Skip to content

Commit b0c9681

Browse files
committed
CVE test Debian images
1 parent 6388cc3 commit b0c9681

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,19 +140,14 @@ jobs:
140140
image: ${{ fromJson(needs.image-matrix.outputs.image) }}
141141
steps:
142142
- uses: actions/checkout@v2
143-
if: contains(matrix.image, 'alpine')
144143
- name: Download Images
145-
if: contains(matrix.image, 'alpine')
146144
uses: actions/download-artifact@v2
147145
with:
148146
name: docker-image-${{ matrix.image }}
149147
path: ./docker-image
150148
- run: docker load --input ./docker-image/image.tar
151-
if: contains(matrix.image, 'alpine')
152149
- run: mkdir -p "./clair/${DOCKER_IMAGE}"
153-
if: contains(matrix.image, 'alpine')
154150
- run: make ci-scan-vulnerability
155-
if: contains(matrix.image, 'alpine')
156151
test:
157152
name: Testing "${{ matrix.image }}"
158153
needs:

0 commit comments

Comments
 (0)