Add a KICS workflow

This commit is contained in:
Alexander Gorelyshev
2025-12-05 11:54:46 +04:00
parent 101a7c80f1
commit e62d57b358

22
.github/workflows/kics.yml vendored Normal file
View File

@@ -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/