Initial upload with CI/CD workflow

This commit is contained in:
2026-01-31 11:09:01 +00:00
parent 26b6574571
commit fc28d165ae

18
.gitea/workflows/kics.yml Normal file
View 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