From d342ae2faca95d09c07dfca9917fcc60e281196c Mon Sep 17 00:00:00 2001 From: emilejq <42604044+emilejq@users.noreply.github.com> Date: Wed, 13 Dec 2023 21:10:31 +0000 Subject: [PATCH] Add SAST to pull request workflow !ignore --- .github/workflows/pull_request.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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