We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667ac6d commit 2660d65Copy full SHA for 2660d65
.github/workflows/shared-validate-image.yaml
@@ -19,7 +19,8 @@ on:
19
java_version:
20
type: string
21
default: '11'
22
- upload_vulnerabilities:
+ publish_vulnerabilities:
23
+ description: If true, will attempt to publish the results to the GitHub security tab
24
type: boolean
25
default: true
26
skip_tests:
@@ -100,6 +101,7 @@ jobs:
100
101
with:
102
scan_severity: HIGH,CRITICAL
103
failure_severity: ${{ inputs.failure_severity }}
104
+ publish_vulnerabilities: ${{ inputs.publish_vulnerabilities }}
105
image_ref: ${{ steps.meta.outputs.tags }}
106
scan_type: image
107
full_report: 'true'
0 commit comments