Skip to content

Commit

Permalink
chore(ci): update action
Browse files Browse the repository at this point in the history
  • Loading branch information
orenlab committed Jan 17, 2025
1 parent 7c67437 commit d8f1cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/development_image_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
fail-build: false
severity-cutoff: high
acs-report-enable: true
sarif-file: { { github.workspace } }/results.sarif
sarif-file: ${{ github.workspace }}/results.sarif

- name: Upload SARIF (if exists)
if: success() && ${{ github.workspace }}/results.sarif
Expand Down

0 comments on commit d8f1cb4

Please sign in to comment.