Add .gitea/workflows/codeant.yml
Some checks failed
SonarQube Analysis / SonarQube Scan (push) Has been cancelled
Some checks failed
SonarQube Analysis / SonarQube Scan (push) Has been cancelled
This commit is contained in:
17
.gitea/workflows/codeant.yml
Normal file
17
.gitea/workflows/codeant.yml
Normal 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 }}
|
||||
Reference in New Issue
Block a user