Skip to content

Commit 35ce0e8

Browse files
Add Dockle back in and upgrade it
1 parent 5876dc9 commit 35ce0e8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@ jobs:
8282
docker run --name test-container --detach ${USER}/${REPO}:${VERSION}
8383
docker ps -a
8484
85-
# - name: Container scan with Dockle
86-
# uses: goodwithtech/dockle-action@v0.1.2
87-
# with:
88-
# image: '${{ env.USER }}/${{ env.REPO }}:${{ env.VERSION }}'
89-
# format: 'list'
90-
# exit-code: '1'
91-
# exit-level: 'warn'
92-
# ignore: 'CIS-DI-0001,CIS-DI-0010'
85+
- name: Container scan with Dockle
86+
uses: goodwithtech/dockle-action@v0.4.15
87+
with:
88+
image: '${{ env.USER }}/${{ env.REPO }}:${{ env.VERSION }}'
89+
format: 'list'
90+
exit-code: '1'
91+
exit-level: 'warn'
92+
ignore: 'CIS-DI-0001,CIS-DI-0010'
9393

9494
- name: Container scan with Trivy
9595
uses: aquasecurity/[email protected]

0 commit comments

Comments
 (0)