Skip to content

Commit 874e5c1

Browse files
committed
DOCS: adjust ignore files to avoid compliance issue
1 parent d64fb8c commit 874e5c1

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,25 @@ QUICK_START.md
204204
/security_tests/zap/wrk/*
205205
!/security_tests/zap/wrk/.keep
206206

207+
# ZAP certificates and keys (NEVER commit!)
208+
/security_tests/zap/*.cer
209+
/security_tests/zap/*.key
210+
/security_tests/zap/*.pem
211+
/security_tests/zap/config/webswing.config
212+
207213
# Security scan reports (local)
208214
brakeman-report.json
209215
brakeman-report.html
210216
semgrep-report.json
211217
bundle-audit.txt
218+
security_tests/security_tests/reports
219+
220+
#INTERN DOCS
221+
DOCS/JIRA_IMPORT.csv
222+
DOCS/JIRA_IMPORT_FIXED.csv
223+
DOCS/JIRA_IMPORT_MINIMAL.csv
224+
DOCS/RIOT_INTEGRATION_IMPLEMENTATION_PLAN.md
225+
DOCS/FRONTEND_RIOT_INTEGRATION_PLAN.md
226+
DOCS/FRONTEND_RIOT_MISSING_FEATURES.md
227+
DOCS/JIRA_TASKS.md
228+

0 commit comments

Comments
 (0)