Skip to content

Commit 817090c

Browse files
authored
Fix docker image scanning action
1 parent 8a175ab commit 817090c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scheduled-snyk-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v5
2121

2222
- name: Lowercase image name
23-
run: echo "DOCKER_IMAGE=ghcr.io/${GITHUB_REPOSITORY,,}/management-portal" >> ${GITHUB_ENV}
23+
run: echo "DOCKER_IMAGE=${DOCKER_IMAGE,,}" >> ${GITHUB_ENV}
2424

2525
- name: Run Snyk to check for vulnerabilities
2626
continue-on-error: true # To make sure that SARIF upload gets called

0 commit comments

Comments
 (0)