Initial upload with CI/CD workflow
This commit is contained in:
18
.gitea/workflows/kics.yml
Normal file
18
.gitea/workflows/kics.yml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
name: KICS
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
pull_request:
|
||||||
|
branches: [main]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
kics:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Run KICS
|
||||||
|
uses: Checkmarx/kics-action@v2
|
||||||
|
with:
|
||||||
|
path: .
|
||||||
|
output_path: kics_results.sarif
|
||||||
Reference in New Issue
Block a user