Add .gitea/workflows/codeant.yml
Some checks failed
SonarQube Analysis / SonarQube Scan (push) Has been cancelled

This commit is contained in:
2026-03-27 10:56:32 +00:00
parent af75c75332
commit d1ed394a9f

View File

@@ -0,0 +1,17 @@
name: Codeant Security Scan
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
codeant-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: CodeAnt-AI/codeant-ci-scan-action@v0.0.6
with:
access_token: {{ secrets.CODEANT_API_TOKEN }}