Skip to content

Commit

Permalink
Update legitify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
christosservos authored Apr 5, 2024
1 parent db4de70 commit 65ecbf5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/legitify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
uses: Legit-Labs/legitify@main
with:
github_token: ${{ secrets.PAT_FOR_LEGITIFY }}
artifact_name: "legi_report.sarif"
upload_code_scanning: false
extra: --output-format sarif --output-file test.sarif --scorecard no --org github.repository_owner

- name: Legitify Action
run: cat legi_report.sarif
run: cat test.sarif

0 comments on commit 65ecbf5

Please sign in to comment.