Skip to content

Commit

Permalink
Merge pull request #107 from IABTechLab/gdm-UID2-3154-secret-scanning…
Browse files Browse the repository at this point in the history
…-defaults

Updated default args for vuln scanning
  • Loading branch information
gmsdelmundo authored Apr 26, 2024
2 parents dd96735 + 2294899 commit 76148fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion actions/vulnerability_scan/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
default: CRITICAL,HIGH
failure_severity:
description: The severity that will cause the action to fail if a vulnerability at that level is detected. UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL
default: CRITICAL
default: CRITICAL,HIGH
publish_vulnerabilities:
description: If true, will attempt to publish the results to the GitHub security tab
default: 'true'
Expand Down
10 changes: 4 additions & 6 deletions actions/vulnerability_scan_filesystem/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@ name: Vulnerability Scanning
description: Scans the file system for vulnerabilities
inputs:
scan_severity:
description: 'The severity that will cause the action to report if a vulnerability at that level is detected. UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL'
required: false
default: 'CRITICAL,HIGH'
description: The severity that will cause the action to report if a vulnerability at that level is detected. UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL
default: CRITICAL,HIGH
failure_severity:
description: 'The severity that will cause the action to fail if a vulnerability at that level is detected. UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL'
required: false
default: 'CRITICAL'
default: CRITICAL,HIGH
publish_vulnerabilities:
description: 'If true, will attempt to publish the results to the GitHub security tab'
description: If true, will attempt to publish the results to the GitHub security tab
required: false
default: 'true'
runs:
Expand Down

0 comments on commit 76148fd

Please sign in to comment.