Set up CodeAnt into your github CI Pipeline.
.github/workflows/...yaml
. It will trigger on every push to your target branch and kick off a CodeAnt analysis scan:
Tip:
- Add an
ACCESS_TOKEN
secret in your repository settings.- Adjust
include-files
(-i
) andexclude-files
(-e
) globs as needed.
start_scan.sh
) from the CodeAnt CI endpoint.
/analysis/ci/scan
, using your token for auth.