From dce723049814831ec0e8ba4f7a39754017c2aa6f Mon Sep 17 00:00:00 2001 From: Logan Marchione Date: Tue, 3 Jan 2023 15:32:34 +0000 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 46462dd..6e66631 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,9 +48,13 @@ jobs: docker ps -a - name: Container scan with Dockle - uses: docker://goodwithtech/dockle:v0.4.10 + uses: goodwithtech/dockle-action@0.1.0 with: - args: '--exit-code 1 --format list --ignore CIS-DI-0001 ${{ env.USER }}/${{ env.REPO }}:${{ env.VERSION }}' + image: '${{ env.USER }}/${{ env.REPO }}:${{ env.VERSION }}' + format: 'list' + exit-code: '1' + exit-level: 'warn' + ignore: 'CIS-DI-0001' - name: Container scan with Trivy uses: aquasecurity/trivy-action@0.8.0