You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This is a basic workflow to help you get started with Using Checkmarx CxFlow Action
2
+
3
+
name: CxFlow
4
+
5
+
on:
6
+
push:
7
+
branches: [ master ]
8
+
pull_request:
9
+
# The branches below must be a subset of the branches above
10
+
branches: [ master ]
11
+
12
+
# A workflow run is made up of one or more jobs that can run sequentially or in parallel - this job is specifically configured to use the Checkmarx CxFlow Action
13
+
jobs:
14
+
# This workflow contains a single job called "build"
15
+
build:
16
+
# The type of runner that the job will run on - Ubuntu is required as Docker is leveraged for the action
0 commit comments