Skip to content

Commit

Permalink
Update sast.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal-deriv authored Feb 14, 2024
1 parent 328b931 commit 6a31bb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- name: Install Flawfinder
run: pip install flawfinder
- name: Run Flawfinder
run: flawfinder ./ > test.txt
run: flawfinder ./ --context > test.html
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: my-artifact # NOTE: same artifact name
path: test.txt
path: test.html

0 comments on commit 6a31bb0

Please sign in to comment.