Skip to content

Commit e5bf3ff

Browse files
committed
chore: add SOPS creation rules file
Signed-off-by: Dwi Siswanto <[email protected]>
1 parent ebec59e commit e5bf3ff

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
# Templates
3333
/*.yaml
34+
!/.sops.yaml
3435

3536
# Generated docs
3637
/dsl.md

.sops.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# SOPS Creation Rules for Secret File (ref: https://docs.projectdiscovery.io/tools/nuclei/authenticated-scans)
2+
3+
creation_rules:
4+
- encrypted_regex: ^(password|username|token|value|key|raw)$

0 commit comments

Comments
 (0)