Skip to content

Commit

Permalink
chore: add x-env test account to allowed secrets (aws#2831)
Browse files Browse the repository at this point in the history
  • Loading branch information
skinny85 authored and rix0rrr committed Jun 12, 2019
1 parent 10c37dd commit b3260a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitallowed
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# The only AWS account number allowed to be used in tests (used by git-secrets)
account = '123456789012';
# account used for cross-environment tests in addition to the one above
account: '234567890123'
# Account patterns used in the README
account: '000000000000'
account: '111111111111'
Expand Down

0 comments on commit b3260a3

Please sign in to comment.