File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ export KEYVAULT_NAME="pipeline-vn-aks-vault"
3333if [ ${TARGET_ENVIRONMENT} == " mock" ]; then
3434 export KEYVAULT_SECRET_NAME=" pipeline-vn-aks-opr-key-name"
3535elif [ ${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"
3737elif [ ${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"
3939else
4040 echo " Arguments not supported: TARGET_ENVIRONMENT=${TARGET_ENVIRONMENT} "
4141 exit 1
You can’t perform that action at this time.
0 commit comments