Skip to content

Commit

Permalink
Add SAST to pull request workflow !ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
emilejq committed Dec 13, 2023
1 parent 098bac6 commit d342ae2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,9 @@ jobs:

- name: Run linter
uses: chartboost/ruff-action@v1

- name: Run SAST
uses: chartboost/ruff-action@v1
with:
src: cbom
args: --select S

0 comments on commit d342ae2

Please sign in to comment.