From bb91b45fdb236e80ce3d8a3d0588b08228efa422 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 19 Oct 2022 15:32:34 +0100 Subject: [PATCH] snyk --- .github/workflows/snyk-container.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/snyk-container.yml b/.github/workflows/snyk-container.yml index fa428d5..d084c04 100644 --- a/.github/workflows/snyk-container.yml +++ b/.github/workflows/snyk-container.yml @@ -35,7 +35,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build a Docker image - run: docker build -t gameservermanagers/steamcmd -f Dockerfile.ubuntu-2204 . + run: docker build -t gameservermanagers/linuxgsm -f Dockerfile . - 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 @@ -47,8 +47,8 @@ jobs: # or you can signup for free at https://snyk.io/login SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} with: - image: gameservermanagers/steamcmd - args: --file=Dockerfile.ubuntu-2204 + image: gameservermanagers/linuxgsm + args: --file=Dockerfile - name: Upload result to GitHub Code Scanning uses: github/codeql-action/upload-sarif@v2 with: