diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index 0f037a8..7c2b193 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -20,7 +20,7 @@ jobs: - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Run Trivy vulnerability scanner in repo mode - uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # master + uses: aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25 # master with: scan-type: 'fs' ignore-unfixed: true