@@ -122,7 +122,7 @@ The basic yml
122
122
# run the pipeline scan action
123
123
- name : pipeline-scan action step
124
124
id : pipeline-scan
125
- uses : veracode/Veracode-pipeline-scan-action@v1.0.11
125
+ uses : veracode/Veracode-pipeline-scan-action@v1.0.12
126
126
with :
127
127
vid : ${{ secrets.VID }}
128
128
vkey : ${{ secrets.VKEY }}
@@ -152,7 +152,7 @@ Rate the findings according to a policy and fail the build
152
152
# run the pipeline scan action
153
153
- name : pipeline-scan action step
154
154
id : pipeline-scan
155
- uses : veracode/Veracode-pipeline-scan-action@v1.0.11
155
+ uses : veracode/Veracode-pipeline-scan-action@v1.0.12
156
156
with :
157
157
vid : ${{ secrets.VID }}
158
158
vkey : ${{ secrets.VKEY }}
@@ -184,7 +184,7 @@ Sort out previous findings using a baseline file
184
184
# run the pipeline scan action
185
185
- name : pipeline-scan action step
186
186
id : pipeline-scan
187
- uses : veracode/Veracode-pipeline-scan-action@v1.0.11
187
+ uses : veracode/Veracode-pipeline-scan-action@v1.0.12
188
188
with :
189
189
vid : ${{ secrets.VID }}
190
190
vkey : ${{ secrets.VKEY }}
@@ -217,7 +217,7 @@ Sort out previous findings using a baseline file, create a new baseline file and
217
217
# run the pipeline scan action
218
218
- name : pipeline-scan action step
219
219
id : pipeline-scan
220
- uses : veracode/Veracode-pipeline-scan-action@v1.0.11
220
+ uses : veracode/Veracode-pipeline-scan-action@v1.0.12
221
221
with :
222
222
vid : ${{ secrets.VID }}
223
223
vkey : ${{ secrets.VKEY }}
0 commit comments