Skip to content

Commit

Permalink
Fix bicep version regex (#2042)
Browse files Browse the repository at this point in the history
quick build
  • Loading branch information
nvuillam committed Nov 4, 2022
1 parent c0bc7ad commit 16f3dbf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- Fix flavor suggestion message in reporters
- Allow PRE_COMMANDS to be defined within a python venv ([#2017](https://github.com/oxsecurity/megalinter/issues/2017))
- Bring back rstfmt
- Fix bicep version regex

- Linter versions upgrades
- [djlint](https://djlint.com/) from 1.19.2 to **1.0.3** on 2022-10-24
Expand Down
1 change: 0 additions & 1 deletion megalinter/descriptors/bicep.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ linters:
linter_rules_inline_disable_url: https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter#silencing-false-positives
linter_rules_url: https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter#default-rules
linter_url: https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter
version_extract_regex: "Bicep CLI version (\\d+)\\.(\\d+)\\.(\\d+)"
examples:
- |
# Bicep CLI
Expand Down

0 comments on commit 16f3dbf

Please sign in to comment.