diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a674e6..9dc23bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: run: | docker run -v /var/run/docker.sock:/var/run/docker.sock --rm goodwithtech/dockle:latest -ak KEY_SHA512 --exit-code 1 --exit-level fatal ${IMAGE_NAME} - name: run trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.12.0 + uses: aquasecurity/trivy-action@0.16.1 with: image-ref: ${{ env.IMAGE_NAME }} format: 'sarif'