From fc28d165aee2fde2943be995caa6a3db3f324347 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 11:09:01 +0000 Subject: [PATCH] Initial upload with CI/CD workflow --- .gitea/workflows/kics.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitea/workflows/kics.yml diff --git a/.gitea/workflows/kics.yml b/.gitea/workflows/kics.yml new file mode 100644 index 0000000..2957650 --- /dev/null +++ b/.gitea/workflows/kics.yml @@ -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