Skip to content

Commit

Permalink
Merge pull request #267 from IABTechLab/tjm-UID2-1405-remove-default-…
Browse files Browse the repository at this point in the history
…from-tag

Removing extra validation steps
  • Loading branch information
thomasm-ttd authored Apr 23, 2024
2 parents e28cee9 + 658dfff commit 3050b83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ jobs:
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-java-to-docker-versioned.yaml@v2
with:
release_type: ${{ inputs.release_type }}
cloud_provider: default
vulnerability_severity: ${{ inputs.vulnerability_severity }}
secrets: inherit
19 changes: 1 addition & 18 deletions .github/workflows/validate-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,9 @@ on:
- cron: '0 20 * * *' #every day at 20:00

jobs:
build-publish-docker-default:
build-publish-docker:
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-validate-image.yaml@v2
with:
failure_severity: ${{ inputs.failure_severity || 'CRITICAL,HIGH' }}
fail_on_error: ${{ inputs.fail_on_error || true }}
cloud_provider: 'default'
secrets: inherit
build-publish-docker-aws:
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-validate-image.yaml@v2
with:
failure_severity: ${{ inputs.failure_severity || 'CRITICAL,HIGH' }}
fail_on_error: ${{ inputs.fail_on_error || true }}
cloud_provider: 'aws'
secrets: inherit
needs: [build-publish-docker-default]
build-publish-docker-gcp:
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-validate-image.yaml@v2
with:
failure_severity: ${{ inputs.failure_severity || 'CRITICAL,HIGH' }}
fail_on_error: ${{ inputs.fail_on_error || true }}
cloud_provider: 'gcp'
secrets: inherit
needs: [build-publish-docker-aws]

0 comments on commit 3050b83

Please sign in to comment.