Skip to content

Commit

Permalink
Declare output explicite
Browse files Browse the repository at this point in the history
  • Loading branch information
waja committed Dec 23, 2024
1 parent b77e57a commit 7e7cefc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,9 @@ jobs:
image: localhost:5000/foobar/${{ env.IMAGE_NAME }}
acs-report-enable: true
fail-build: false
output-file: "./results.sarif"
- name: Move reports
run: mkdir -p sarif-reports && cp ./*results.sarif ./sarif-reports/
run: mkdir -p sarif-reports && cp ./results.sarif ./sarif-reports/
- name: Upload Reports
uses: github/codeql-action/upload-sarif@v3
with:
Expand Down

0 comments on commit 7e7cefc

Please # to comment.