Skip to content

Commit

Permalink
repo: Add allowlist for test cert
Browse files Browse the repository at this point in the history
Tooling is flagging the test cert as problematic, mark it as ok

Change-Id: I187002c63a527f0df401d4aedf8c9bc113233cac
  • Loading branch information
cianmcgrath committed Aug 22, 2024
1 parent 5b5f3c6 commit f116db9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .arista/secret_allowlist.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# .arista/secret_allowlist.yaml

version: v1.0
allowed_secrets:
- filepath_pattern: "test/test_data/*"
category: FALSE_POSITIVE
reason: secrets used for tests are not used in production

0 comments on commit f116db9

Please sign in to comment.