From 0328caf3e09444e6645263f9cb9a96f75c6b24f7 Mon Sep 17 00:00:00 2001 From: Julien Poissonnier Date: Tue, 17 Dec 2024 13:08:39 +0100 Subject: [PATCH] d --- .github/workflows/snyk-scan.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/snyk-scan.yml b/.github/workflows/snyk-scan.yml index 58a34bd..b915c7d 100644 --- a/.github/workflows/snyk-scan.yml +++ b/.github/workflows/snyk-scan.yml @@ -24,7 +24,8 @@ jobs: # For the pulumi image add a the nonroot variant - suffix: -nonroot image: pulumi - - image: pulumi + - suffix: "" + image: pulumi steps: - uses: actions/checkout@master - name: Set version @@ -36,7 +37,7 @@ jobs: env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} with: - image: ${{ env.DOCKER_ORG }}/${{ matrix.image }}:${{ env.PULUMI_VERSION }}${{ matrix.suffix }} + image: ${{ env.DOCKER_ORG }}/${{ matrix.image }}:${{ env.PULUMI_VERSION }}${{ matrix.suffix }}-amd64 args: --severity-threshold=high --file=docker/pulumi/Dockerfile - name: Upload result to GitHub Code Scanning uses: github/codeql-action/upload-sarif@v3