Skip to content
This repository was archived by the owner on May 24, 2025. It is now read-only.

Commit abb7d27

Browse files
committed
Run in verbose mode in CI
This could be helpful when investigating in the future.
1 parent b4f9ea7 commit abb7d27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
run: |
5252
go run cmd/container-scan-to-sarif/main.go \
5353
-input "${{ steps.scan.outputs.scan-report-path }}" \
54-
-output scan.sarif
54+
-output scan.sarif \
55+
-verbose
5556
- name: Upload SARIF report to GitHub Security tab
5657
uses: github/codeql-action/upload-sarif@v1
5758
if: ${{ always() }}

0 commit comments

Comments
 (0)