Skip to content

Commit

Permalink
Update pipelinescan-cli.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tjarrettveracode authored Nov 2, 2023
1 parent a2ae068 commit ae2c21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipelinescan-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
# Submit project to pipeline scan
- name: Pipeline Scan
run: |
ls
ls -l
cd target
./veracode static scan verademo.war --fail_on_severity="Very High, High" --app_id="${{secrets.VERACODE_APP_ID}}" --results_file="results.json"
continue-on-error: true
Expand Down

0 comments on commit ae2c21d

Please sign in to comment.