|
19 | 19 |
|
20 | 20 | jobs: |
21 | 21 | build-publish-docker-default: |
22 | | - uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-validate-image.yaml@v3 |
| 22 | + uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-validate-image.yaml@ian-test-fix-trivy-issue |
23 | 23 | with: |
24 | 24 | failure_severity: ${{ inputs.failure_severity || 'CRITICAL,HIGH' }} |
25 | 25 | fail_on_error: ${{ inputs.fail_on_error || true }} |
26 | 26 | cloud_provider: 'default' |
27 | 27 | java_version: 21 |
28 | 28 | secrets: inherit |
29 | 29 | build-publish-docker-aws: |
30 | | - uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-validate-image.yaml@v3 |
| 30 | + uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-validate-image.yaml@ian-test-fix-trivy-issue |
31 | 31 | with: |
32 | 32 | failure_severity: ${{ inputs.failure_severity || 'CRITICAL,HIGH' }} |
33 | 33 | fail_on_error: ${{ inputs.fail_on_error || true }} |
|
36 | 36 | secrets: inherit |
37 | 37 | needs: [build-publish-docker-default] |
38 | 38 | build-publish-docker-gcp: |
39 | | - uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-validate-image.yaml@v3 |
| 39 | + uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-validate-image.yaml@ian-test-fix-trivy-issue |
40 | 40 | with: |
41 | 41 | failure_severity: ${{ inputs.failure_severity || 'CRITICAL,HIGH' }} |
42 | 42 | fail_on_error: ${{ inputs.fail_on_error || true }} |
|
45 | 45 | secrets: inherit |
46 | 46 | needs: [build-publish-docker-aws] |
47 | 47 | build-publish-docker-azure: |
48 | | - uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-validate-image.yaml@v3 |
| 48 | + uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-validate-image.yaml@ian-test-fix-trivy-issue |
49 | 49 | with: |
50 | 50 | failure_severity: ${{ inputs.failure_severity || 'CRITICAL,HIGH' }} |
51 | 51 | fail_on_error: ${{ inputs.fail_on_error || true }} |
|
0 commit comments