Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
4fdb80a
Set up CI with Azure Pipelines
cx-sean-carroll Apr 30, 2021
2587811
Update azure-pipelines.yml for Azure Pipelines
cx-sean-carroll Apr 30, 2021
7f19f79
Update azure-pipelines.yml for Azure Pipelines
cx-sean-carroll Apr 30, 2021
9192d3d
Update azure-pipelines.yml for Azure Pipelines
cx-sean-carroll Apr 30, 2021
50f7a7a
Update azure-pipelines.yml for Azure Pipelines
cx-sean-carroll May 3, 2021
d9a2e71
Create test.txt
cx-sean-carroll Jul 13, 2021
e78ad7d
Update test.txt
cx-sean-carroll Jul 13, 2021
8f4f6d9
Update test.txt
cx-sean-carroll Jul 13, 2021
2bdc210
Update test.txt
cx-sean-carroll Jul 13, 2021
2dd0a0b
Update test.txt
cx-sean-carroll Jul 13, 2021
906b993
Update test.txt
cx-sean-carroll Jul 13, 2021
9096d08
Update test.txt
cx-sean-carroll Jul 13, 2021
27e130d
Update test.txt
cx-sean-carroll Jul 14, 2021
139bdb8
Update test.txt
cx-sean-carroll Jul 14, 2021
0fe853d
Update test.txt
cx-sean-carroll Jul 14, 2021
b5baca5
Update test.txt
cx-sean-carroll Jul 14, 2021
8775478
Update test.txt
cx-sean-carroll Jul 14, 2021
73cd392
Update test.txt
cx-sean-carroll Jul 14, 2021
8c83925
Update test.txt
cx-sean-carroll Jul 14, 2021
f8fb53b
Update test.txt
cx-sean-carroll Jul 14, 2021
f7ac012
Update and rename test.txt to testtest.txt
cx-sean-carroll Jul 14, 2021
cf821c9
Update testtest.txt
cx-sean-carroll Jul 14, 2021
0933244
Update testtest.txt
cx-sean-carroll Jul 14, 2021
937670e
Update testtest.txt
cx-sean-carroll Jul 14, 2021
05aa3d4
Update testtest.txt
cx-sean-carroll Jul 14, 2021
85ef587
Update testtest.txt
cx-sean-carroll Jul 14, 2021
17e4b2b
Update testtest.txt
cx-sean-carroll Jul 14, 2021
e811394
Update testtest.txt
cx-sean-carroll Jul 14, 2021
f743973
Update testtest.txt
cx-sean-carroll Jul 14, 2021
dbbc271
Update testtest.txt
cx-sean-carroll Jul 14, 2021
d6f3a31
Update testtest.txt
cx-sean-carroll Jul 20, 2021
5db69a9
Update testtest.txt
cx-sean-carroll Jul 21, 2021
9ef504c
Update cx.yml
cx-sean-carroll Mar 30, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 17 additions & 16 deletions .github/workflows/cx.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
name: cx
name: Checkmarx AST Scan
on:
push:
branches:
- main
- master
pull_request:
types: [opened, reopened, synchronize] #Types specify which pull request events will trigger the workflow. For more events refer Github Actions documentation.
branches:
- master
# push:
- master

jobs:
ast_scan:
build:
runs-on: ubuntu-latest
name: Checkmarx scan run
steps:
- name: Run scan
uses: CheckmarxDev/ast-github-action@more_engines
id: scan
- name: Checkout
uses: actions/checkout@v2
- name: Checkmarx AST CLI Action
uses: checkmarx/ast-github-action@main #Github Action version
with:
github_repo_token: ${{ secrets.GITHUB_TOKEN }}
ast_uri: ${{ secrets.AST_URI }}
ast_access_key_id: ${{ secrets.AST_ACCESS_KEY_ID }}
ast_access_key_secret: ${{ secrets.AST_ACCESS_KEY_SECRET }}
sca_user: ${{ secrets.SCA_USER }}
sca_password: ${{ secrets.SCA_PASSWORD }}
action_scan_complete_timeout_secs: 600
high_results_threshold: 0
medium_results_threshold: 10
base_uri: https://ast.checkmarx.net/
cx_tenant: ${{ secrets.CX_TENANT }}
cx_client_id: ${{ secrets.CX_CLIENT_ID }}
cx_client_secret: ${{ secrets.CX_CLIENT_SECRET }}
28 changes: 28 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml

trigger:
- master

pool:
vmImage: ubuntu-latest

steps:
- script: echo Hello, world!
displayName: 'Run a one-line script'

- script: |
echo Add other tasks to build, test, and deploy your project.
echo See https://aka.ms/yaml
displayName: 'Run a multi-line script'
- task: Application security testing@2021
inputs:
projectName: 'SC_JVL_ADO'
enableProxy: false
enableSastScan: true
CheckmarxService: 'CxSAST'
fullTeamName: 'ADO'
incScan: false
enableDependencyScan: false
3 changes: 3 additions & 0 deletions testtest.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#test
#test
#test