File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 19
19
java_version :
20
20
type : string
21
21
default : ' 11'
22
- upload_vulnerabilities :
22
+ publish_vulnerabilities :
23
+ description : If true, will attempt to publish the results to the GitHub security tab
23
24
type : boolean
24
25
default : true
25
26
skip_tests :
@@ -100,6 +101,7 @@ jobs:
100
101
with :
101
102
scan_severity : HIGH,CRITICAL
102
103
failure_severity : ${{ inputs.failure_severity }}
104
+ publish_vulnerabilities : ${{ inputs.publish_vulnerabilities }}
103
105
image_ref : ${{ steps.meta.outputs.tags }}
104
106
scan_type : image
105
107
full_report : ' true'
Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ export KEYVAULT_NAME="pipeline-vn-aks-vault"
33
33
if [ ${TARGET_ENVIRONMENT} == " mock" ]; then
34
34
export KEYVAULT_SECRET_NAME=" pipeline-vn-aks-opr-key-name"
35
35
elif [ ${TARGET_ENVIRONMENT} == " integ" ]; then
36
- OPERATOR_KEY_NAME =" pipeline-vn-aks-opr-key-name-integ"
36
+ KEYVAULT_SECRET_NAME =" pipeline-vn-aks-opr-key-name-integ"
37
37
elif [ ${TARGET_ENVIRONMENT} == " prod" ]; then
38
- OPERATOR_KEY_NAME =" pipeline-vn-aks-opr-key-name-prod"
38
+ KEYVAULT_SECRET_NAME =" pipeline-vn-aks-opr-key-name-prod"
39
39
else
40
40
echo " Arguments not supported: TARGET_ENVIRONMENT=${TARGET_ENVIRONMENT} "
41
41
exit 1
You can’t perform that action at this time.
0 commit comments