Skip to content

Commit

Permalink
test: attempt to swallow ws scan error gracefully
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Oct 1, 2021
1 parent 9fea985 commit 30a0d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ws_scan.yaml
Expand Up @@ -14,4 +14,4 @@ jobs:
run: curl -LJO https://github.com/whitesource/unified-agent-distribution/releases/latest/download/wss-unified-agent.jar

- name: Run UA scan
run: java -jar wss-unified-agent.jar -d $GITHUB_WORKSPACE -noConfig true -apiKey ${{ secrets.WS_ORG_TOKEN }} -product W4D -project "Renovate OS - main" -resolveAllDependencies false -npm_resolveDependencies true
run: java -jar wss-unified-agent.jar -d $GITHUB_WORKSPACE -noConfig true -apiKey ${{ secrets.WS_ORG_TOKEN }} -product W4D -project "Renovate OS - main" -resolveAllDependencies false -npm_resolveDependencies true || true

0 comments on commit 30a0d41

Please sign in to comment.