We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f5b59 commit 4a35758Copy full SHA for 4a35758
2 files changed
.github/workflows/sbom.yml
@@ -32,7 +32,7 @@ jobs:
32
submodules: recursive
33
34
- name: Create SBOM with Trivy
35
- uses: aquasecurity/trivy-action@0.36.0
+ uses: aquasecurity/trivy-action@v0.36.0
36
env:
37
TRIVY_SHOW_SUPPRESSED: 1
38
TRIVY_IGNOREFILE: "./.trivyignore.yaml"
@@ -45,7 +45,7 @@ jobs:
45
scanners: "vuln"
46
47
- name: Create security advisory file with Trivy
48
49
50
51
.github/workflows/test.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Scan code with Trivy
0 commit comments