From e62d57b358c72f40c820a3d66ac0a483985f26e5 Mon Sep 17 00:00:00 2001 From: Alexander Gorelyshev Date: Fri, 5 Dec 2025 11:54:46 +0400 Subject: [PATCH] Add a KICS workflow --- .github/workflows/kics.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/kics.yml diff --git a/.github/workflows/kics.yml b/.github/workflows/kics.yml new file mode 100644 index 0000000..4135c16 --- /dev/null +++ b/.github/workflows/kics.yml @@ -0,0 +1,22 @@ +--- +name: kics + +on: + pull_request: + branches: ["master"] + +jobs: + kics: + runs-on: ubuntu-latest + timeout-minutes: 5 + + steps: + - uses: actions/checkout@v5 + name: Check out source code + + - name: run a KICS scan + uses: checkmarx/kics-github-action@e01759d524f8abd5bd650d3d5bd4b96d46ebbc1d + with: + path: . + token: ${{ secrets.GITHUB_TOKEN }} + output_path: myResults/