Skip to content

Commit

Permalink
Disable config scanner until it gets more better
Browse files Browse the repository at this point in the history
Signed-off-by: John Schaeffer <[email protected]>
  • Loading branch information
jnschaeffer committed Apr 12, 2023
1 parent 4531ac4 commit 835b2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
with:
scan-type: 'fs'
scan-ref: '.'
scanners: 'vuln,config,secret'
scanners: 'vuln,secret'
ignore-unfixed: true
severity: 'HIGH,CRITICAL'
format: 'table'
Expand Down

0 comments on commit 835b2cb

Please sign in to comment.