From 6b080055b4b624e71fd98c0344ce24b179336cb2 Mon Sep 17 00:00:00 2001 From: Tim Jarrett Date: Fri, 3 Nov 2023 12:47:13 -0400 Subject: [PATCH] Update pipelinescan-cli.yml fix file location --- .github/workflows/pipelinescan-cli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipelinescan-cli.yml b/.github/workflows/pipelinescan-cli.yml index 4294765c..34f9e192 100644 --- a/.github/workflows/pipelinescan-cli.yml +++ b/.github/workflows/pipelinescan-cli.yml @@ -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