Skip to content

Commit

Permalink
Merge pull request #6 from veracode/addIncludeParam
Browse files Browse the repository at this point in the history
add include parameter
  • Loading branch information
julz0815 authored Jun 12, 2023
2 parents 878338c + 06e7c70 commit fdcd2a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ The basic yml
# run the pipeline scan action
- name: pipeline-scan action step
id: pipeline-scan
uses: veracode/[email protected].3
uses: veracode/[email protected].8
with:
vid: ${{ secrets.VID }}
vkey: ${{ secrets.VKEY }}
Expand Down Expand Up @@ -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].3
uses: veracode/[email protected].8
with:
vid: ${{ secrets.VID }}
vkey: ${{ secrets.VKEY }}
Expand Down Expand Up @@ -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].3
uses: veracode/[email protected].8
with:
vid: ${{ secrets.VID }}
vkey: ${{ secrets.VKEY }}
Expand Down Expand Up @@ -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].3
uses: veracode/[email protected].8
with:
vid: ${{ secrets.VID }}
vkey: ${{ secrets.VKEY }}
Expand Down

0 comments on commit fdcd2a8

Please sign in to comment.