Skip to content

Commit

Permalink
Update pipelinescan-cli.yml
Browse files Browse the repository at this point in the history
fix file location
  • Loading branch information
tjarrettveracode authored Nov 3, 2023
1 parent 99edcf9 commit 6b08005
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: |
./veracode static scan verademo.war --fail-on-severity="Very High, High" --app-id="${{secrets.VERACODE_APP_ID}}" --results-file="results.json"
./veracode static scan "target/verademo.war" --fail-on-severity="Very High, High" --app-id="${{secrets.VERACODE_APP_ID}}" --results-file="results.json"
continue-on-error: true

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 6b08005

Please sign in to comment.