Skip to content

Commit dd30d73

Browse files
committed
fix(scanner): upgraded trivy action (older release removed)
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent b510c45 commit dd30d73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scanner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ jobs:
3838
cache: true
3939
-
4040
name: Vulnerability scan by trivy
41-
uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 # v0.34.2
41+
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # v0.35.0
4242
with:
4343
scan-type: repo
4444
format: sarif
4545
hide-progress: false
4646
output: trivy-code-report.sarif
4747
scanners: vuln,secret
48-
version: v0.68.1
48+
version: v0.69.3
4949
exit-code: 0
5050
-
5151
name: Upload trivy findings to code scanning dashboard

0 commit comments

Comments
 (0)