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
{{ message }}
This repository was archived by the owner on Feb 25, 2021. It is now read-only.
# This is a basic workflow to help you get started with Using Checkmarx CxFlow Action
2
+
3
+
name: CxFlow
4
+
5
+
# Controls when the action will run. Triggers the workflow on push or pull request
6
+
# events but only for the master branch
7
+
on:
8
+
push:
9
+
branches: [ master ]
10
+
pull_request:
11
+
branches: [ master ]
12
+
13
+
# 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
14
+
jobs:
15
+
# This workflow contains a single job called "build"
16
+
build:
17
+
# The type of runner that the job will run on - Ubuntu is required as Docker is leveraged for the action
0 commit comments