We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e53b9 commit 5246e84Copy full SHA for 5246e84
1 file changed
.github/workflows/trivy.yml
@@ -85,7 +85,7 @@ jobs:
85
uses: aquasecurity/trivy-action@0.33.1
86
with:
87
scan-type: fs
88
- input: uv.lock
+ scan-ref: uv.lock
89
scanners: 'vuln'
90
version: 'v0.69.0'
91
ignore-unfixed: true
@@ -111,7 +111,7 @@ jobs:
111
112
113
114
115
116
117
@@ -180,7 +180,7 @@ jobs:
180
181
182
183
184
185
186
0 commit comments