Skip to content

Commit 9ac7afa

Browse files
Merge pull request #180 from Flutterwave/dev
Pull changes from the dev branch
2 parents 7df12b8 + 597ea50 commit 9ac7afa

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

.DS_Store

6 KB
Binary file not shown.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: Security scan on all changes (Commits/PRs)
2+
3+
on:
4+
push:
5+
branches: ['main', 'master', 'pilots', 'dev']
6+
pull_request:
7+
types:
8+
- opened
9+
10+
jobs:
11+
code-check:
12+
runs-on: ubuntu-latest
13+
env:
14+
OS: ubuntu-latest
15+
PYTHON: '3.7'
16+
steps:
17+
- name: checkout code
18+
uses: actions/checkout@v2
19+
20+
- name: Checkmarx One ClI Action
21+
uses: checkmarx/ast-github-action@main
22+
with:
23+
project_name: Python-v2
24+
cx_tenant: Flutterwave
25+
base_uri: https://eu.ast.checkmarx.net/
26+
cx_client_id: ${{ secrets.CX_CLIENT_ID }}
27+
cx_client_secret: ${{ secrets.CX_CLIENT_SECRET }}
28+
additional_params: --scan-types sast,iac-security,api-security,sca,container-security

0 commit comments

Comments
 (0)