We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b47bcf7 commit 087d0e5Copy full SHA for 087d0e5
.github/workflows/build-single-product-part.yml
@@ -263,6 +263,7 @@ jobs:
263
ecr_repository: ${{ steps.get-parameters.outputs.ecr_repo }}
264
image_tag: ${{ inputs.image_tag1 }}
265
- name: check scan results
266
+ if: ${{ steps.get-parameters.outputs.skip_image_check != 'true' }}
267
run: |
268
if [ "${{ steps.get-ecr-scan-result.outputs.critical }}" != "null" ] || [ "${{ steps.get-ecr-scan-result.outputs.high }}" != "null" ]; then
269
echo "Docker image contains vulnerabilities at critical or high level"
0 commit comments