Skip to content

Commit 0259a97

Browse files
committed
fix: re-enable trivy-scan-repo
1 parent 825a40e commit 0259a97

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yaml

+2-6
Original file line numberDiff line numberDiff line change
@@ -466,16 +466,12 @@ jobs:
466466
# codeql/upload-sarif action per job
467467
trivy-scan-repo:
468468
runs-on: ubuntu-20.04
469-
# NOTE@jsjoeio 5/10/2021
470-
# Disabling until fixed upstream
471-
# See: https://github.com/aquasecurity/trivy-action/issues/22#issuecomment-833768084
472-
if: "1 == 2"
473469
steps:
474470
- name: Checkout code
475471
uses: actions/checkout@v2
476472
- name: Run Trivy vulnerability scanner in repo mode
477-
#Commit SHA for v0.0.14
478-
uses: aquasecurity/trivy-action@341f810bd602419f966a081da3f4debedc3e5c8e
473+
#Commit SHA for v0.0.15
474+
uses: aquasecurity/trivy-action@9789b6ae3b29487541292242e416cd89e4e54874
479475
with:
480476
scan-type: "fs"
481477
scan-ref: "."

0 commit comments

Comments
 (0)