1+ <p align =" center " >
2+ <img src =" codeantlogo.jpg " alt =" CodeAnt Logo " width =" 300 " />
3+ </p >
4+
15# CodeAnt CI Scan Action
26
37A GitHub Action to run CodeAnt CI security and code quality analysis on your repository.
3539 - name : Run CodeAnt CI Scan
3640 uses : CodeAnt-AI/codeant-ci-scan-action@v0.0.1
3741 with :
38- access_token : ${{ secrets.CODEANT_ACCESS_TOKEN }}
42+ access_token : ${{ secrets.GITHUB_ACCESS_TOKEN }}
3943` ` `
4044
4145### Advanced Usage
@@ -46,7 +50,7 @@ Customize the scan with additional options:
4650- name : Run CodeAnt CI Scan
4751 uses : CodeAnt-AI/codeant-ci-scan-action@v0.0.1
4852 with :
49- access_token : ${{ secrets.CODEANT_ACCESS_TOKEN }}
53+ access_token : ${{ secrets.GITHUB_ACCESS_TOKEN }}
5054 api_base : ' https://api.codeant.ai'
5155 include_paths : ' src/,lib/'
5256 exclude_paths : ' test/,docs/'
@@ -131,15 +135,15 @@ jobs:
131135 - uses: actions/checkout@v3
132136 - uses: CodeAnt-AI/codeant-ci-scan-action@v0.0.1
133137 with:
134- access_token: ${{ secrets.CODEANT_ACCESS_TOKEN }}
138+ access_token: ${{ secrets.GITHUB_ACCESS_TOKEN }}
135139` ` `
136140
137141# ## Scan Specific Directories
138142
139143` ` ` yaml
140144- uses: CodeAnt-AI/codeant-ci-scan-action@v0.0.1
141145 with:
142- access_token: ${{ secrets.CODEANT_ACCESS_TOKEN }}
146+ access_token: ${{ secrets.GITHUB_ACCESS_TOKEN }}
143147 include_paths: 'src/,backend/'
144148 exclude_paths: 'src/tests/,backend/vendor/'
145149` ` `
@@ -160,7 +164,7 @@ jobs:
160164
161165# # Support
162166
163- - 📧 Email : support @codeant.ai
167+ - 📧 Email : chinmay @codeant.ai
164168- 📚 Documentation : [https://docs.codeant.ai](https://docs.codeant.ai)
165169- 🐛 Issues : [GitHub Issues](https://github.com/CodeAnt-AI/codeant-ci-scan-action/issues)
166170
0 commit comments