From 9501b789c3c3e5a77067697fbbf1903d8abe3d1d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 9 Dec 2025 22:25:40 +0000 Subject: [PATCH 1/2] Initial plan From bbaad05c6837e5da84a029129a1115e6d65f46a3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 9 Dec 2025 22:27:48 +0000 Subject: [PATCH 2/2] Add error handling to wget and unzip commands Co-authored-by: LukeLarge <162439255+LukeLarge@users.noreply.github.com> --- .github/workflows/synopsys-io.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/synopsys-io.yml b/.github/workflows/synopsys-io.yml index 2f22c635c57..83dbf799c63 100644 --- a/.github/workflows/synopsys-io.yml +++ b/.github/workflows/synopsys-io.yml @@ -43,6 +43,8 @@ jobs: - name: Static Analysis with Polaris if: ${{steps.prescription.outputs.sastScan == 'true' }} run: | + set -e + set -o pipefail export POLARIS_SERVER_URL=${{ secrets.POLARIS_SERVER_URL}} export POLARIS_ACCESS_TOKEN=${{ secrets.POLARIS_ACCESS_TOKEN}} wget -q ${{ secrets.POLARIS_SERVER_URL}}/api/tools/polaris_cli-linux64.zip