Skip to content

Commit ba86c0f

Browse files
authored
Update build-check.yml
1 parent 2199756 commit ba86c0f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-check.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,9 @@ jobs:
2626

2727
- name: Test
2828
run: go test -v ./...
29+
30+
- name: Aqua Security Trivy
31+
uses: aquasecurity/trivy-action@0.11.2
32+
with:
33+
exit-code: 1
34+
# ignore unfixed vulnerabilities

0 commit comments

Comments
 (0)