We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c550f94 commit e1f0978Copy full SHA for e1f0978
1 file changed
.github/workflows/trivy.yml
@@ -25,13 +25,16 @@ jobs:
25
- name: Build ionosctl
26
run: make build
27
28
- - name: Run Trivy scan
+ - name: Run Trivy scan (source)
29
uses: aquasecurity/trivy-action@0.33.1
30
with:
31
scan-type: fs
32
- scan-ref: ./builds/ionosctl_linux_amd64
+ scan-ref: .
33
+ scanners: vuln,secret,license
34
+ skip-dirs: vendor
35
format: table
36
output: trivy-report.txt
37
+ exit-code: '0'
38
39
- name: Upload Trivy scan results
40
uses: actions/upload-artifact@v4
0 commit comments