Update main.yml

This commit is contained in:
Logan Marchione 2022-12-28 22:16:50 +00:00 committed by GitHub
parent 8cc044ab01
commit 5b7aaf23d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ jobs:
- name: Container scan with Dockle
uses: docker://goodwithtech/dockle:v0.4.9
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
uses: aquasecurity/trivy-action@0.8.0