Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions trivy-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,34 @@ rules:
regex: (?P<secret>UID2-O-P-.{6}\..{38})
secret-group-name: secret

########################################
# UID2 Client Side Keypair Private Key #
########################################
- id: uid2-client-side-keypair-private-key-test
category: uid2
title: UID2 - Client Side Keypair Private Key - Test
severity: CRITICAL
keywords:
- UID2-Y-T
regex: (?P<secret>UID2-Y-T-.{92})
secret-group-name: secret
- id: uid2-client-side-keypair-private-key-integ
category: uid2
title: UID2 - Client Side Keypair Private Key - Integ
severity: CRITICAL
keywords:
- UID2-Y-I
regex: (?P<secret>UID2-Y-I-.{92})
secret-group-name: secret
- id: uid2-client-side-keypair-private-key-prod
category: uid2
title: UID2 - Client Side Keypair Private Key - Prod
severity: CRITICAL
keywords:
- UID2-Y-P
regex: (?P<secret>UID2-Y-P-.{92})
secret-group-name: secret

##################
# EUID Admin Key #
##################
Expand Down