Skip to content

Use explicit python3 path #310

Use explicit python3 path

Use explicit python3 path #310

Workflow file for this run

name: Run kics.io
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: KICS Github Action
uses: Checkmarx/[email protected]
with:
path: .
output_path: results/
- name: Display KICS results
if: ${{ always() }}
run: cat results/results.json