Skip to content

Commit e783ab4

Browse files
Merge pull request #12 from openobserve/feature/remove-input
Comment out input parameter in Trivy action
2 parents 1473542 + 17690dc commit e783ab4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/artifacts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
- name: Run Trivy vulnerability scanner
166166
uses: aquasecurity/trivy-action@0.29.0
167167
with:
168-
input: image
168+
#input: image
169169
format: sarif
170170
output: trivy-results.sarif
171171
scan-type: "fs"
@@ -194,4 +194,4 @@ jobs:
194194
name: "OCI-Image-${{ matrix.variant }}-${{ env.PLATFORM_TAG }}"
195195
path: image.tar
196196
if: github.event_name == 'pull_request'
197-
197+

0 commit comments

Comments
 (0)