Skip to content

Commit

Permalink
Update examples to use version 1.3 of the GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
james-bostock-cx committed Nov 7, 2021
1 parent 6ef3849 commit 2fd4d03
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The file **_./cx.sarif_** is created containing issue details based on the filte
- uses: actions/checkout@v2
# Scan code with Checkmarx
- name: Checkmarx CxFlow Action
uses: checkmarx-ts/checkmarx-cxflow-github-action@v1.1
uses: checkmarx-ts/checkmarx-cxflow-github-action@v1.3
with:
project: GithubActionTest
team: '/CxServer/SP/Checkmarx'
Expand Down
2 changes: 1 addition & 1 deletion sample-yml/checkmarx-sast-scan-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Checkmarx CxFlow Action
uses: checkmarx-ts/checkmarx-cxflow-github-action@v1.1 #Github Action version
uses: checkmarx-ts/checkmarx-cxflow-github-action@v1.3 #Github Action version
with:
project: <ProjectName> # <-- Insert Checkmarx SAST Project Name
team: /CxServer/TeamName
Expand Down
2 changes: 1 addition & 1 deletion sample-yml/checkmarx-sca-scan-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Checkmarx CxFlow Action
uses: checkmarx-ts/checkmarx-cxflow-github-action@v1.1 # GitHub Action version
uses: checkmarx-ts/checkmarx-cxflow-github-action@v1.3 # GitHub Action version
with:
project: <ProjectName> # <-- Insert Checkmarx CxSCA Project Name
sca_api_url: https://api.scacheckmarx.com
Expand Down
2 changes: 1 addition & 1 deletion sample-yml/github-issue-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Checkmarx CxFlow Action
uses: checkmarx-ts/checkmarx-cxflow-github-action@v1.1
uses: checkmarx-ts/checkmarx-cxflow-github-action@v1.3
with:
project: ${{ github.repository }}
team: /CxServer/TeamName
Expand Down
2 changes: 1 addition & 1 deletion sample-yml/github-pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Checkmarx CxFlow Action
uses: checkmarx-ts/checkmarx-cxflow-github-action@v1.1
uses: checkmarx-ts/checkmarx-cxflow-github-action@v1.3
with:
project: ${{ github.repository }}-PR
team: /CxServer/TeamName
Expand Down

0 comments on commit 2fd4d03

Please sign in to comment.