Skip to content

Commit 88d4b81

Browse files
fix: clean up debug
1 parent 299901c commit 88d4b81

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

trivy-image-scan/action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,6 @@ runs:
118118
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db
119119
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db
120120

121-
- name: ls
122-
shell: bash
123-
run: |
124-
ls -al
125121
- name: Upload Trivy scan results to GitHub Security tab
126122
uses: github/codeql-action/upload-sarif@v3
127123
if: (success() || failure()) && inputs.output-mode == 'github' && steps.output.outputs.TRIVY_OUTPUT != '' && inputs.category == ''

0 commit comments

Comments
 (0)