From 5b7aaf23d608f5dba80b3209ec89af088244c908 Mon Sep 17 00:00:00 2001 From: Logan Marchione Date: Wed, 28 Dec 2022 22:16:50 +0000 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 75518ad..6efa4c3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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