Skip to content

Commit

Permalink
changes upload from security tab to artifact
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantina Blazhukova <[email protected]>
  • Loading branch information
Konstantina Blazhukova committed Feb 18, 2025
1 parent 1c2a1fb commit da11cdb
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,13 @@ jobs:
with:
node-version: 20
sarif: results.sarif
fail-on: medium
fail-on: high

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
# Upload as artifact to repository
- name: Upload SARIF file as artifact
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
if: always()
with:
sarif_file: ${{ steps.slither.outputs.sarif }}
name: slither-results
path: results.sarif
retention-days: 90

0 comments on commit da11cdb

Please sign in to comment.