Skip to content

[Documentation] Dockerfile comment is wrong. #544

@mercuriete

Description

@mercuriete

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions