Skip to content

Commit

Permalink
Fix Docker container names in pre-commit hooks
Browse files Browse the repository at this point in the history
The previous Docker container names contained Bash syntax, but
pre-commit interprets them as string literals, resulting in invalid
Docker container names. Remove Bash syntax, and replace it with string
literals.
  • Loading branch information
mwarres committed Oct 5, 2022
1 parent 40e9e9a commit 1658c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-linter.yml file, or with `oxsecurity/megalinter:beta` docker image

- Fix invalid Docker container names in .pre-commit-hooks.yaml
- Fix invalid Docker container names in .pre-commit-hooks.yaml ([#1932](https://github.com/oxsecurity/megalinter/issues/1932))

- Linter versions upgrades
<!-- linter-versions-end -->
Expand Down

0 comments on commit 1658c29

Please sign in to comment.