Skip to content

Commit

Permalink
chore: no secret scanning by KICS
Browse files Browse the repository at this point in the history
  • Loading branch information
scherersebastian authored Sep 17, 2023
1 parent c4b0365 commit d982cce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/kics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
exclude_results: "03df1ef13c69b0ada26fc5bbf35eabca288c5c3c93c0f5d918e41f4951ca8795,8bdf179adec9aee0035149315b63a3f8afd684076358433767758a4a9aeac922" # application-local.yml - local env minio password
# Exclude accepted queries from the build
#exclude_queries: ""
# No secret scanning
disable_secrets: true

# Upload findings to GitHub Advanced Security Dashboard
- name: Upload SARIF file for GitHub Advanced Security Dashboard
Expand All @@ -65,4 +67,4 @@ jobs:
if: always()
with:
name: kicsResults.json
path: kicsResults/results.json
path: kicsResults/results.json

0 comments on commit d982cce

Please sign in to comment.