Skip to content

Commit 4675c5a

Browse files
Update scan-docker-images-using-trivy.yaml
1 parent 706b3db commit 4675c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scan-docker-images-using-trivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
env:
3030
dockerhub_username: 'dockerofkrishnadhas'
3131
run: |
32-
pipenv run python3 get_all_docker_image_tags.py --account_name $dockerhub_username
32+
pipenv run python3 get_all_docker_image_tags.py --account_name ${{ env.dockerhub_username }}
3333
- name: check files
3434
run: |
3535
ls -la

0 commit comments

Comments
 (0)