-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
If you go to this line:
https://github.com/zricethezav/gitleaks/blob/d353ac510878c743df7d5ebfdfc823be574f8e8f/Dockerfile#L15
# docker run --rm --name=gitleaks gitleaks --repo=https://github.com/zricethezav/gitleaks
it fails with the following error:
unknown flag `repo'
and it should be repo-url:
# docker run --rm --name=gitleaks gitleaks --repo-url=https://github.com/zricethezav/gitleaks
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working