mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-12-18 11:00:25 +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 }}
|
SNYK_TOKEN: ${{ secrets.SYNK_TOKEN }}
|
||||||
with:
|
with:
|
||||||
image: quay.io/cephcsi/cephcsi:${{ github.base_ref }}
|
image: quay.io/cephcsi/cephcsi:${{ github.base_ref }}
|
||||||
args: --file=Dockerfilei
|
args: --file=./deploy/cephcsi/image/Dockerfile
|
||||||
- name: Upload result to GitHub Code Scanning
|
- name: Upload result to GitHub Code Scanning
|
||||||
# yamllint disable-line rule:line-length
|
# yamllint disable-line rule:line-length
|
||||||
uses: github/codeql-action/upload-sarif@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
|
uses: github/codeql-action/upload-sarif@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
|
||||||
|
Loading…
Reference in New Issue
Block a user