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 16, 2024
1 parent d352cec commit cfc9ba5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ jobs:
flawfinder-analysis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Set up Python 3.x
uses: actions/setup-python@v2
uses: actions/setup-python@871daa956ca9ea99f3c3e30acb424b7960676734
with:
python-version: '3.x'
- name: Install Flawfinder
run: pip install flawfinder
- name: Run Flawfinder
run: flawfinder --csv ./ > test.csv
- name: Upload Artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ef09cdac3e2d3e60d8ccadda691f4f1cec5035cb
with:
name: my-artifact # NOTE: same artifact name
path: test.csv
Expand Down

0 comments on commit cfc9ba5

Please sign in to comment.