Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
julienp committed Dec 17, 2024
1 parent befd813 commit 2ac6936
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/snyk-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
# For the pulumi image add a the nonroot variant
- suffix: -nonroot
image: pulumi
- image: pulumi
steps:
- uses: actions/checkout@master
- name: Set version
Expand All @@ -36,7 +37,7 @@ jobs:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
image: ${{ env.DOCKER_ORG }}/${{ matrix.image }}:${{ env.PULUMI_VERSION }}${{ matrix.suffix }}
args: --severity-threshold=high --file=docker/pulumi/Dockerfile --platform=linux/amd64
args: --severity-threshold=high --file=docker/pulumi/Dockerfile
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v3
with:
Expand Down

0 comments on commit 2ac6936

Please sign in to comment.