playbook to requirement id #29
Workflow file for this run
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 SCA | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
workflow_dispatch: | |
jobs: | |
conviso-verification: | |
runs-on: ubuntu-latest | |
container: | |
image: convisoappsec/flowcli | |
env: | |
FLOW_API_KEY: ${{secrets.CONVISO_API_KEY}} | |
FLOW_PROJECT_CODE: ${{secrets.CONVISO_PROJECT_CODE}} | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Run SCA | |
run: conviso sca run | |
- name: Run SAST | |
run: conviso sast run | |
# - name: codereview | |
# run: conviso deploy create with values |