File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -82,14 +82,14 @@ jobs:
82
82
docker run --name test-container --detach ${USER}/${REPO}:${VERSION}
83
83
docker ps -a
84
84
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'
93
93
94
94
- name : Container scan with Trivy
95
95
uses :
aquasecurity/[email protected]
You can’t perform that action at this time.
0 commit comments