forked from wasptree/Veracode-pipeline-scan-action
-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Hi
I used pipeline scan action in my github workflow as below and when I am using it with 'fail_on_severity' option it will not show any output in pipeline it self or as a comment in PR
Here is my github workflow
- name: pipeline-scan action step
id: pipeline-scan
uses: veracode/[email protected]
with:
vid: ${{ secrets.VID }}
vkey: ${{ secrets.VKEY }}
file: "file.zip"
fail_on_severity: 'true'
If I run without fail_on_severity: 'true' it will add a comment to pr like this
parasappafluke, JacekBleja-TomTom and mikejwhat
Metadata
Metadata
Assignees
Labels
No labels