From 3a17210525b34f394ce7da6342b6b43611001af3 Mon Sep 17 00:00:00 2001 From: Lewis Senff Date: Fri, 19 Aug 2022 10:05:30 -0500 Subject: [PATCH] change image name --- .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 1af4161..94386e0 100644 --- a/.github/workflows/snyk-container.yml +++ b/.github/workflows/snyk-container.yml @@ -46,7 +46,7 @@ jobs: # or you can signup for free at https://snyk.io/login SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} with: - image: your/image-to-test + image: xeonproc/getting-started args: --file=Dockerfile - name: Upload result to GitHub Code Scanning uses: github/codeql-action/upload-sarif@v2