Skip to content

Commit efcc906

Browse files
authored
Update build-single-product-part.yml
1 parent c7a5c18 commit efcc906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-single-product-part.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ jobs:
264264
org.opencontainers.image.created=${{ inputs.build_time }}
265265
org.opencontainers.image.revision=${{ github.sha }}
266266
- name: scan image
267-
if: ${{ steps.get-parameters.outputs.skip_image_check != 'true' }}
267+
if: ${{ fromJson(vars.SKIP_IMAGE_SCAN || 'false') != true && steps.get-parameters.outputs.skip_image_check != 'true' }}
268268
id: get-ecr-scan-result
269269
uses: ./tmp/github-workflows/.github/actions/get-ecr-scan-result
270270
with:

0 commit comments

Comments
 (0)