diff --git a/.github/workflows/snyk-container.yml b/.github/workflows/snyk-container.yml index b435ebc..b6807aa 100644 --- a/.github/workflows/snyk-container.yml +++ b/.github/workflows/snyk-container.yml @@ -30,12 +30,10 @@ jobs: workdir: . - name: Run Snyk to check Docker image for vulnerabilities - # Snyk can be used to break the build when it detects vulnerabilities. - # In this case we want to upload the issues to GitHub Code Scanning continue-on-error: true uses: snyk/actions/docker@14818c4695ecc4045f33c9cee9e795a788711ca4 env: - SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} + SNYK_TOKEN: ${{ secrets.SDLC_SNYK_TOKEN }} with: image: ghcr.io/outsystems/outsystemscc:0.0.1-next args: --file=Dockerfile