Skip to content

Commit 6b1ef36

Browse files
committed
Fix docker images BoM/CVE scan
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent abafd5d commit 6b1ef36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manual-docker-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
scan-docker:
4848
needs: get-image-list
4949
runs-on: "docker-build-${{ inputs.node }}"
50-
if: ${{ fromJSON(needs.get-image-list.outputs.matrix).length != 0 }}
50+
if: ${{ needs.get-image-list.outputs.matrix != '' }}
5151
strategy:
5252
matrix:
5353
image: ${{ fromJson(needs.get-image-list.outputs.matrix) }}

0 commit comments

Comments
 (0)