File tree Expand file tree Collapse file tree 2 files changed +1
-19
lines changed
Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Original file line number Diff line number Diff line change 2424 uses : IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-java-to-docker-versioned.yaml@v2
2525 with :
2626 release_type : ${{ inputs.release_type }}
27- cloud_provider : default
2827 vulnerability_severity : ${{ inputs.vulnerability_severity }}
2928 secrets : inherit
Original file line number Diff line number Diff line change 1818 - cron : ' 0 20 * * *' # every day at 20:00
1919
2020jobs :
21- build-publish-docker-default :
21+ build-publish-docker :
2222 uses : IABTechLab/uid2-shared-actions/.github/workflows/shared-validate-image.yaml@v2
2323 with :
2424 failure_severity : ${{ inputs.failure_severity || 'CRITICAL,HIGH' }}
2525 fail_on_error : ${{ inputs.fail_on_error || true }}
26- cloud_provider : ' default'
2726 secrets : inherit
28- build-publish-docker-aws :
29- uses : IABTechLab/uid2-shared-actions/.github/workflows/shared-validate-image.yaml@v2
30- with :
31- failure_severity : ${{ inputs.failure_severity || 'CRITICAL,HIGH' }}
32- fail_on_error : ${{ inputs.fail_on_error || true }}
33- cloud_provider : ' aws'
34- secrets : inherit
35- needs : [build-publish-docker-default]
36- build-publish-docker-gcp :
37- uses : IABTechLab/uid2-shared-actions/.github/workflows/shared-validate-image.yaml@v2
38- with :
39- failure_severity : ${{ inputs.failure_severity || 'CRITICAL,HIGH' }}
40- fail_on_error : ${{ inputs.fail_on_error || true }}
41- cloud_provider : ' gcp'
42- secrets : inherit
43- needs : [build-publish-docker-aws]
You can’t perform that action at this time.
0 commit comments