diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index fb49111..fd49d88 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -30,7 +30,7 @@ jobs: with: args: --severity-threshold=high - name: Run vulnerability scanner in repo mode - uses: aquasecurity/trivy-action@0.14.0 + uses: aquasecurity/trivy-action@0.16.0 with: scan-type: "fs" ignore-unfixed: false @@ -117,7 +117,7 @@ jobs: - name: Build image run: ./scripts/containerize.sh - name: Run vulnerability scanner - uses: aquasecurity/trivy-action@0.14.0 + uses: aquasecurity/trivy-action@0.16.0 with: image-ref: ${{ env.image-name }} format: "table" diff --git a/.github/workflows/receive-pull-request.yml b/.github/workflows/receive-pull-request.yml index a3503df..b2b1f39 100644 --- a/.github/workflows/receive-pull-request.yml +++ b/.github/workflows/receive-pull-request.yml @@ -14,7 +14,7 @@ jobs: env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} - name: Run vulnerability scanner in repo mode - uses: aquasecurity/trivy-action@0.14.0 + uses: aquasecurity/trivy-action@0.16.0 with: scan-type: "fs" ignore-unfixed: false