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