Skip to content

Commit

Permalink
Implement KICS scans for repository
Browse files Browse the repository at this point in the history
  • Loading branch information
widhalmt committed Oct 22, 2024
1 parent 15ad2ea commit 2aa28ab
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/kics.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
steps:
- uses: actions/checkout@v2
- name: Mkdir results-dir
# make sure results dir is created
run: mkdir -p results-dir
- name: run kics Scan
uses: Checkmarx/kics-github-action@v2.1.3
with:
path: 'roles,plugins'
output_path: results-dir
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results-dir/results.sarif

0 comments on commit 2aa28ab

Please sign in to comment.