forked from wasptree/Veracode-pipeline-scan-action
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from veracode/fixTypo
fix a typo
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -122,7 +122,7 @@ The basic yml | |
# run the pipeline scan action | ||
- name: pipeline-scan action step | ||
id: pipeline-scan | ||
uses: veracode/[email protected].11 | ||
uses: veracode/[email protected].12 | ||
with: | ||
vid: ${{ secrets.VID }} | ||
vkey: ${{ secrets.VKEY }} | ||
|
@@ -152,7 +152,7 @@ Rate the findings according to a policy and fail the build | |
# run the pipeline scan action | ||
- name: pipeline-scan action step | ||
id: pipeline-scan | ||
uses: veracode/[email protected].11 | ||
uses: veracode/[email protected].12 | ||
with: | ||
vid: ${{ secrets.VID }} | ||
vkey: ${{ secrets.VKEY }} | ||
|
@@ -184,7 +184,7 @@ Sort out previous findings using a baseline file | |
# run the pipeline scan action | ||
- name: pipeline-scan action step | ||
id: pipeline-scan | ||
uses: veracode/[email protected].11 | ||
uses: veracode/[email protected].12 | ||
with: | ||
vid: ${{ secrets.VID }} | ||
vkey: ${{ secrets.VKEY }} | ||
|
@@ -217,7 +217,7 @@ Sort out previous findings using a baseline file, create a new baseline file and | |
# run the pipeline scan action | ||
- name: pipeline-scan action step | ||
id: pipeline-scan | ||
uses: veracode/[email protected].11 | ||
uses: veracode/[email protected].12 | ||
with: | ||
vid: ${{ secrets.VID }} | ||
vkey: ${{ secrets.VKEY }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters