Browse Source

dockerfile

pull/7/head
Daniel Gibbs 2 years ago
parent
commit
2046693857
No known key found for this signature in database GPG Key ID: 4D812BAB6228BBA6
  1. 4
      .github/workflows/snyk-container.yml

4
.github/workflows/snyk-container.yml

@ -35,12 +35,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build a Docker image
run: docker build -t gameservermanagers/steamcmd .
run: docker build -t gameservermanagers/steamcmd -f Dockerfile.ubuntu-2204 .
- 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
uses: snyk/actions/docker@master
env:
# In order to use the Snyk Action you will need to have a Snyk API token.
# More details in https://github.com/snyk/actions#getting-your-snyk-token

Loading…
Cancel
Save