Skip to content

Commit

Permalink
Fix platform
Browse files Browse the repository at this point in the history
  • Loading branch information
julienp committed Dec 17, 2024
1 parent 4e8845a commit e4d6b38
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/snyk-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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 }} --platform linux/amd64
args: --severity-threshold=high --file=docker/pulumi/Dockerfile

base:
Expand Down Expand Up @@ -90,7 +90,8 @@ jobs:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
image: ${{ env.IMAGE_NAME }}
args: --severity-threshold=high --file=docker/${{ matrix.sdk }}/Dockerfile.debian
args: --severity-threshold=high --file=docker/${{ matrix.sdk }}/Dockerfile.debian --platform linux/${{ matrix.arch }} \

ubi-sdk:
name: UBI SDK images
runs-on: ubuntu-latest
Expand Down

0 comments on commit e4d6b38

Please sign in to comment.