Skip to content

Merge branch 'dev' of https://github.com/Flutterwave/Node into dev #1

Merge branch 'dev' of https://github.com/Flutterwave/Node into dev

Merge branch 'dev' of https://github.com/Flutterwave/Node into dev #1

Workflow file for this run

name: Security scan on all changes (Commits/PRs)
on:
push:
branches: ['main', 'master', 'pilots', 'dev']
pull_request:
types:
- opened
jobs:
code-check:
runs-on: ubuntu-latest
env:
OS: ubuntu-latest
PYTHON: '3.7'
steps:
- name: checkout code
uses: actions/checkout@v2
- name: Checkmarx One ClI Action
uses: checkmarx/ast-github-action@main
with:
project_name: Python-v2
cx_tenant: Flutterwave
base_uri: https://eu.ast.checkmarx.net/
cx_client_id: ${{ secrets.CX_CLIENT_ID }}
cx_client_secret: ${{ secrets.CX_CLIENT_SECRET }}
additional_params: --scan-types sast,iac-security,api-security,sca,container-security