Browse Source

Update synx.yml

pull/6/head
Daniel Gibbs 2 years ago
committed by GitHub
parent
commit
823a0f58ec
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/synx.yml

2
.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

Loading…
Cancel
Save