Merge pull request #363 from convisoappsec/update/docusaurus-version #72
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Conviso Security Test Suite | |
on: | |
push: | |
branches: [main] | |
jobs: | |
conviso-test-suite: | |
runs-on: ubuntu-latest | |
container: | |
image: convisoappsec/convisocli:beta | |
env: | |
CONVISO_API_KEY: ${{secrets.CONVISO_API_KEY}} | |
CONVISO_COMPANY_ID: '11' | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Diplay current version | |
run: conviso --version | |
- name: Run AST | |
run: conviso ast run --vulnerability-auto-close |