Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
e7ece90
Update README.md
cx-maty-siman Oct 7, 2020
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
96669f9
Update cx.yml
cx-sean-carroll Oct 4, 2023
debd564
Update cx.yml
cx-sean-carroll Mar 13, 2024
b80deff
Update cx.yml
cx-sean-carroll Mar 13, 2024
55a26c4
commit message
cx-sean-carroll Mar 13, 2024
a3669df
Update cx.yml
cx-sean-carroll Mar 13, 2024
6207174
Merge branch 'master' into matysiman-patch-5
cx-sean-carroll Mar 13, 2024
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
28 changes: 15 additions & 13 deletions .github/workflows/cx.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
name: cx

on:
pull_request:
branches:
- master
# push:
types: [closed]

jobs:
ast_scan:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
name: Checkmarx scan run

steps:
- name: Run scan
uses: CheckmarxDev/ast-github-action@more_engines
id: scan
- name: Checkout code
uses: actions/checkout@v2

- name: Checkmarx AST CLI Action
uses: checkmarx/ast-github-action@main
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: workshop
cx_client_id: ${{ secrets.CX_CLIENT_ID }}
cx_client_secret: ${{ secrets.CX_CLIENT_SECRET }}
additional_params: '' # Specify any additional parameters you need here
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
![](https://github.com/CheckmarxDev/NodeGoat-test/workflows/cx/badge.svg)

This is a "Vulnerable" Web Application developed by Cyber Security and Privacy Foundation(www.cysecurity.org). This app is intended for the Java Programmers and other people who wish to learn about Web application vulnerabilities and write secure code.123

**The full course content is now available on Github for free:**

https://github.com/CSPF-Founder/JavaSecurityCourse
Expand Down
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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