File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ inputs:
3232 default : " ERROR"
3333 compliance-fail-on-vulnerabilities :
3434 description : |
35- Exit with a non-zero status if known vulnerabilities are detected in discovered
35+ Exit with a non-zero status if known vulnerabilities are detected in discovered
3636 packages and dependencies.
3737 required : false
3838 default : " false"
@@ -148,7 +148,7 @@ runs:
148148 id : scanpipe
149149 shell : bash
150150 run : scanpipe output
151- --project ${{ inputs.project-name }}
151+ --project ${{ inputs.project-name }}
152152 --format ${{ inputs.output-formats }}
153153
154154 - name : Upload outputs
@@ -157,6 +157,7 @@ runs:
157157 with :
158158 name : ${{ inputs.outputs-archive-name }}
159159 path : ${{ env.PROJECT_WORK_DIRECTORY }}/output/*
160+ overwrite : true
160161
161162 - name : Check compliance
162163 if : inputs.check-compliance == 'true'
You can’t perform that action at this time.
0 commit comments