Skip to content

Commit 382e324

Browse files
committed
fix readme typos
1 parent 4b87588 commit 382e324

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.
1818
If `create-issues` is set to true the artifact will be the json output stored as `scaResults.json`.
1919
If `create-issues` is set to false the artifact will be the json output stored as `scaResults.txt`.
2020
For both the artifact name will be `Veracode Agent Based SCA Results`.
@@ -99,7 +99,7 @@ jobs:
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

0 commit comments

Comments
 (0)