Update main.yml
This commit is contained in:
parent
8cc044ab01
commit
5b7aaf23d6
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
|||||||
- name: Container scan with Dockle
|
- name: Container scan with Dockle
|
||||||
uses: docker://goodwithtech/dockle:v0.4.9
|
uses: docker://goodwithtech/dockle:v0.4.9
|
||||||
with:
|
with:
|
||||||
args: '--exit-code 1 --format list ${{ env.USER }}/${{ env.REPO }}:${{ env.VERSION }}'
|
args: '--exit-code 1 --format list --ignore CIS-DI-0001 ${{ env.USER }}/${{ env.REPO }}:${{ env.VERSION }}'
|
||||||
|
|
||||||
- name: Container scan with Trivy
|
- name: Container scan with Trivy
|
||||||
uses: aquasecurity/trivy-action@0.8.0
|
uses: aquasecurity/trivy-action@0.8.0
|
||||||
|
Loading…
Reference in New Issue
Block a user