Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jeffrey H. Johnson
gfcp
Commits
61b2c65f
Verified
Commit
61b2c65f
authored
Jan 02, 2021
by
Jeffrey H. Johnson
Committed by
Jeffrey H. Johnson
Jan 02, 2021
Browse files
Merge pull request
#15
from gridfinity/checkmarx-analysis
Create checkmarx-analysis.yml
parents
f882ba1c
af9950b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/checkmarx-analysis.yml
0 → 100644
View file @
61b2c65f
name
:
CxFlow
on
:
push
:
branches
:
[
master
]
pull_request
:
branches
:
[
master
]
jobs
:
build
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Checkmarx CxFlow Action
uses
:
checkmarx-ts/checkmarx-cxflow-github-action@v1.0
with
:
project
:
GithubActionTest
team
:
'
\CxServer\SP\Checkmarx'
checkmarx_url
:
${{ secrets.CHECKMARX_URL }}
checkmarx_username
:
${{ secrets.CHECKMARX_USERNAME }}
checkmarx_password
:
${{ secrets.CHECKMARX_PASSWORD }}
checkmarx_client_secret
:
${{ secrets.CHECKMARX_CLIENT_SECRET }}
-
name
:
Upload SARIF file
uses
:
github/codeql-action/upload-sarif@v1
with
:
sarif_file
:
cx.sarif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment