Daniel Gibbs
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/synx.yml
|
@ -6,7 +6,7 @@ jobs: |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v2 |
|
|
- uses: actions/checkout@v2 |
|
|
- name: Build a Docker image |
|
|
- name: Build a Docker image |
|
|
run: docker build -t your/image-to-test . |
|
|
run: docker build -t gameservermanagers/docker-steamcmd . |
|
|
- name: Run Snyk to check Docker image for vulnerabilities |
|
|
- name: Run Snyk to check Docker image for vulnerabilities |
|
|
# Snyk can be used to break the build when it detects 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 |
|
|
# In this case we want to upload the issues to GitHub Code Scanning |
|
|