File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ If the action runs on a pull request, it will either add a comment with the scan
1414:exclamation : If using an org-level agent, you will need to provide ` SRCCLR_WORKSPACE_SLUG ` as an environment variable.
1515
1616## Artifacts
17- The run will store 2 diferent types of artifacts.
17+ The run will store 2 different types of artifacts.
1818If ` create-issues ` is set to true the artifact will be the json output stored as ` scaResults.json ` .
1919If ` create-issues ` is set to false the artifact will be the json output stored as ` scaResults.txt ` .
2020For both the artifact name will be ` Veracode Agent Based SCA Results ` .
9999 - name : Run Veracode SCA
100100 env :
101101 SRCCLR_API_TOKEN : ${{ secrets.SRCCLR_API_TOKEN }}
102- uses : veracode/veracode-sca@v2.0.65
102+ uses : veracode/veracode-sca@v2.1.6
103103 with :
104104 github_token : ${{ secrets.GITHUB_TOKEN }}
105105 create-issues : false
@@ -130,7 +130,7 @@ jobs:
130130 - name : Run Veracode SCA
131131 env :
132132 SRCCLR_API_TOKEN : ${{ secrets.SRCCLR_API_TOKEN }}
133- uses : veracode/veracode-sca@v2.0.65
133+ uses : veracode/veracode-sca@v2.1.6
134134 with :
135135 github_token : ${{ secrets.GITHUB_TOKEN }}
136136 quick : true
You can’t perform that action at this time.
0 commit comments