There was an error while loading. Please reload this page.
1 parent 4cde25e commit 9c29e95Copy full SHA for 9c29e95
1 file changed
.github/workflows/golang.yml
@@ -14,6 +14,9 @@ jobs:
14
- testing-type: security-grype
15
- testing-type: security-trivy
16
security-trivyignore: ""
17
+ - testing-type: security-trivy
18
+ security-trivyignore: ""
19
+ trivy-version: "v0.69.2"
20
runs-on: ubuntu-24.04
21
env:
22
TASK_X_REMOTE_TASKFILES: 1
@@ -24,3 +27,4 @@ jobs:
24
27
security-trivyignore: ${{ matrix.args.security-trivyignore }}
25
28
task-install: yes
26
29
testing-type: ${{ matrix.args.testing-type }}
30
+ trivy-version: ${{ matrix.args.trivy-version }}
0 commit comments