Skip to content

Commit

Permalink
Merge pull request #91 from cisagov/improvement/eradicate-trio-refere…
Browse files Browse the repository at this point in the history
…nces

Eradicate Trio references
  • Loading branch information
dav3r authored Jun 30, 2023
2 parents 807a7fe + ec8f193 commit 84ebd41
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/gitleaks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ title = "gitleaks config"
tags = ["email"]
[rules.allowlist]
regexes = ['''(?i)@(github.com|test.org)''',
'''(?i)@(trio.dhs.gov|cisa.dhs.gov|beta.dhs.gov|hq.dhs.gov)''',
'''(?i)@(beta|cisa|gwe.cisa|hq|trio).dhs.gov''',
'''(?i)(Author|Copyright|Contact|MAINTAINER)''']
pathes = ['''Godeps._workspace''']

Expand Down
2 changes: 1 addition & 1 deletion dev_envs/mac-env-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ gpg --gen-key
```

Follow the prompts for name and email address, using either your CISA
or Trio email address. The output should look like:
or GWE email address. The output should look like:

```console
We need to generate a lot of random bytes. It is a good idea to perform
Expand Down
3 changes: 1 addition & 2 deletions open-source-policy/policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,4 @@ This policy is a living document. CISA expects to make changes to this policy in
the future, and we welcome
[issues](https://github.com/cisagov/development-guide/issues) and [pull
requests](https://github.com/cisagov/development-guide/pulls). To contact us
privately, email
[[email protected]](mailto:[email protected]).
privately, email [[email protected]](mailto:[email protected]).
4 changes: 2 additions & 2 deletions open-source-policy/practice.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ official capacity.
1. See if there is an organizational CLA available
1. Send the agreement to DHS's Office of General Counsel (OGC) for review
- Email
[cisagov-github-group@trio.dhs.gov](mailto:cisagov-github-group@trio.dhs.gov)
[github@cisa.dhs.gov](mailto:github@cisa.dhs.gov)
to determine the best contact
1. Collect names/emails/GitHub usernames (whatever is needed) for folks you
think will be contributing
Expand Down Expand Up @@ -129,7 +129,7 @@ All CISA team members are expected to make new source code
repositories public from the time of creation. This means we often
publish drafts in our repos that may change substantially. If you're
interested in learning more about the contents of a repo, email
[cisagov-github-group@trio.dhs.gov](mailto:cisagov-github-group@trio.dhs.gov)
[github@cisa.dhs.gov](mailto:github@cisa.dhs.gov)
and we'll direct you to the right person or team.

## Protecting sensitive information ##
Expand Down

0 comments on commit 84ebd41

Please sign in to comment.