Files
gitlab-mirror/.github/workflows/kics.yml
2026-05-26 16:31:25 +04:00

22 lines
413 B
YAML

---
name: kics
on:
pull_request:
jobs:
kics:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v6
name: Check out source code
- name: run a KICS scan
uses: checkmarx/kics-github-action@05aa5eb70eede1355220f4ca5238d96b397e30a6
with:
path: .
token: ${{ secrets.GITHUB_TOKEN }}
output_path: myResults/