Skip to content

Commit

Permalink
chore: Fix action.yml indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Sep 11, 2024
1 parent 32e8d57 commit c8df2af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ssc-export/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ runs:
- uses: fortify/github-action/internal/[email protected]
with:
script: export.sh
env:
PRODUCT: ssc
DEFAULT_OPTS: --av "${{env.SSC_APPVERSION}}" -f ./gh-fortify-sast.sarif
env:
PRODUCT: ssc
DEFAULT_OPTS: --av "${{env.SSC_APPVERSION}}" -f ./gh-fortify-sast.sarif
- uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: ./gh-fortify-sast.sarif
Expand Down

0 comments on commit c8df2af

Please sign in to comment.