diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index aafedf3..f7447e6 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -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