chore(github): fix trivy action (#9068)

Co-authored-by: César Arroba <19954079+cesararroba@users.noreply.github.com>
Co-authored-by: César Arroba <cesar@prowler.com>
This commit is contained in:
Prowler Bot
2025-11-04 12:46:31 +01:00
committed by GitHub
parent 506c52ecb4
commit 9e3e24bfcd
+1 -1
View File
@@ -46,7 +46,7 @@ runs:
using: 'composite'
steps:
- name: Cache Trivy vulnerability database
uses: actions/cache@f0a67a2ed41fa8c0d21ab1521da3a46b0c9ae5e4 # v4.3.1
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: ~/.cache/trivy
key: trivy-db-${{ runner.os }}-${{ github.run_id }}