diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 61b3540..c8cb7da 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -398,7 +398,7 @@ jobs: steps: - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.28.0 + uses: aquasecurity/trivy-action@0.35.0 with: image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest format: 'sarif' diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 084d250..0a284e5 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -248,7 +248,7 @@ jobs: uses: actions/checkout@v4 - name: Run Trivy filesystem scan - uses: aquasecurity/trivy-action@0.28.0 + uses: aquasecurity/trivy-action@0.35.0 with: scan-type: 'fs' scan-ref: '.'