mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 20:00:23 +00:00
ci: fix Dockerfile path for snyk container action
update the Dockerfile path for the snyk github action Signed-off-by: Nikhil-Ladha <nikhilladha1999@gmail.com>
This commit is contained in:
parent
157033a083
commit
396a475909
2
.github/workflows/snyk-container-image.yaml
vendored
2
.github/workflows/snyk-container-image.yaml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
SNYK_TOKEN: ${{ secrets.SYNK_TOKEN }}
|
||||
with:
|
||||
image: quay.io/cephcsi/cephcsi:${{ github.base_ref }}
|
||||
args: --file=Dockerfilei
|
||||
args: --file=./deploy/cephcsi/image/Dockerfile
|
||||
- name: Upload result to GitHub Code Scanning
|
||||
# yamllint disable-line rule:line-length
|
||||
uses: github/codeql-action/upload-sarif@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
|
||||
|
Loading…
Reference in New Issue
Block a user