We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e63c834 commit 0ee62b8Copy full SHA for 0ee62b8
.github/workflows/trivy.yaml
@@ -22,8 +22,8 @@ jobs:
22
- uses: actions/checkout@v3
23
24
- name: Run Trivy vulnerability scanner in repo mode
25
- uses: aquasecurity/trivy-action@0.28.0
+ uses: aquasecurity/trivy-action@0.35.0
26
with:
27
- scan-type: "fs"
28
- scan-ref: "${{ github.workspace }}"
29
- trivy-config: "${{ github.workspace }}/trivy.yml"
+ scan-type: 'fs'
+ scan-ref: '${{ github.workspace }}'
+ trivy-config: '${{ github.workspace }}/trivy.yml'
0 commit comments