Skip to content

Commit 2660d65

Browse files
committed
Updated inputs for shared-validate-image
1 parent 667ac6d commit 2660d65

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/shared-validate-image.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ on:
1919
java_version:
2020
type: string
2121
default: '11'
22-
upload_vulnerabilities:
22+
publish_vulnerabilities:
23+
description: If true, will attempt to publish the results to the GitHub security tab
2324
type: boolean
2425
default: true
2526
skip_tests:
@@ -100,6 +101,7 @@ jobs:
100101
with:
101102
scan_severity: HIGH,CRITICAL
102103
failure_severity: ${{ inputs.failure_severity }}
104+
publish_vulnerabilities: ${{ inputs.publish_vulnerabilities }}
103105
image_ref: ${{ steps.meta.outputs.tags }}
104106
scan_type: image
105107
full_report: 'true'

0 commit comments

Comments
 (0)