Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove '--chown' from COPY instruction, as user no longer exists (#549)
* Remove 'chown' The user 'gitleaks' was removed in this commit upstream: gitleaks/gitleaks@ac4b514 When building this check now, it will fail with the error: ``` unable to convert uid/gid chown string to host mapping ``` Removing this argument pointing to a user that does not exists should fix the issue. * Pin version to v8.18.2 To avoid random breakage in the future, let's pin the version of upstream version
- Loading branch information