From c2ade208aad81a82e1c87908f7f44b865576f6c0 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 19 Oct 2022 13:56:25 +0100 Subject: [PATCH] update snyk --- .github/workflows/snyk-container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snyk-container.yml b/.github/workflows/snyk-container.yml index 006e6f1..a004af3 100644 --- a/.github/workflows/snyk-container.yml +++ b/.github/workflows/snyk-container.yml @@ -48,7 +48,7 @@ jobs: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} with: image: gameservermanagers/steamcmd - args: --file=Dockerfile + args: --file=Dockerfile.ubuntu-2204 - name: Upload result to GitHub Code Scanning uses: github/codeql-action/upload-sarif@v2 with: