Skip to content

Commit de660ca

Browse files
Fix snyk check failed
Run snyk/actions/docker@master failed: ENOENT: no such file or directory, open 'Dockerfile'
1 parent ecab04b commit de660ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/snyk-docker-amd64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
3030
with:
3131
image: martinussuherman/alpine-code-server:amd64
32-
args: --file=Dockerfile
32+
args: --file=amd64/Dockerfile
3333

3434
- name: Upload result to GitHub Code Scanning
3535
uses: github/codeql-action/upload-sarif@v1

0 commit comments

Comments
 (0)