Skip to content

Commit 9c29e95

Browse files
committed
build(deps): add trivy-version to security-trivy testing type in workflow
1 parent 4cde25e commit 9c29e95

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/golang.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
- testing-type: security-grype
1515
- testing-type: security-trivy
1616
security-trivyignore: ""
17+
- testing-type: security-trivy
18+
security-trivyignore: ""
19+
trivy-version: "v0.69.2"
1720
runs-on: ubuntu-24.04
1821
env:
1922
TASK_X_REMOTE_TASKFILES: 1
@@ -24,3 +27,4 @@ jobs:
2427
security-trivyignore: ${{ matrix.args.security-trivyignore }}
2528
task-install: yes
2629
testing-type: ${{ matrix.args.testing-type }}
30+
trivy-version: ${{ matrix.args.trivy-version }}

0 commit comments

Comments
 (0)