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 7e3cdfc commit 2b6a9f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipelinescan-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,19 @@ jobs:
uses: actions/download-artifact@v2
with:
name: CodePackage
path: /github/home

# Submit project to pipeline scan
- name: Pipeline Scan
run: |
cd /github/home/target
ls
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

- uses: actions/upload-artifact@v2
with:
name: ScanResults
path: /github/home/target/results.json
path: target/results.json

# Convert pipeline scan output to SARIF format
process-results:
Expand Down

0 comments on commit 2b6a9f5

Please sign in to comment.