Update .gitea/workflows/codeant.yml
All checks were successful
Codeant Security Scan / codeant-scan (push) Successful in 53s

This commit is contained in:
2026-03-28 04:13:06 +00:00
parent 32fd6a3154
commit d09083de8b

View File

@@ -40,14 +40,7 @@ jobs:
# The CLI uses this for non-interactive auth
CODEANT_API_TOKEN: ${{ secrets.CODEANT_API_KEY }}
run: |
echo "Checking CodeAnt Version..."
codeant --version
codeant review
#echo "1. Scanning for Secrets..."
#codeant secrets --all --fail-on HIGH
#echo "2. Running Security Analysis (Vulnerabilities)..."
#codeant security-analysis --all --fail-on HIGH
#echo "3. Running Static Analysis (Quality & Bugs)..."
#codeant static-analysis --all --fail-on CRITICAL
echo "Starting Full Repository AI Review..."
# --all reviews the whole codebase
# --fail-on MAJOR will fail the build if high-severity bugs are found
codeant review --all --fail-on MAJOR