From 2b6a9f5e597b79ebea2bdd135c06f240401f6389 Mon Sep 17 00:00:00 2001 From: Tim Jarrett Date: Thu, 2 Nov 2023 16:01:53 -0400 Subject: [PATCH] Update pipelinescan-cli.yml --- .github/workflows/pipelinescan-cli.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipelinescan-cli.yml b/.github/workflows/pipelinescan-cli.yml index e4a7213f..24de2e50 100644 --- a/.github/workflows/pipelinescan-cli.yml +++ b/.github/workflows/pipelinescan-cli.yml @@ -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: