Skip to content

Commit

Permalink
RDGRS-953: add default snyk container scan
Browse files Browse the repository at this point in the history
  • Loading branch information
NewtonMan committed Dec 4, 2024
1 parent 261f114 commit 1510258
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/snyk-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1510258

Please sign in to comment.