Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion TEMPLATES/.tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugin "azurerm" {

plugin "aws" {
enabled = true
version = "0.42.0"
version = "0.43.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}

Expand Down
2 changes: 1 addition & 1 deletion docs/descriptors/json_eslint_plugin_jsonc.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description: How to use eslint-plugin-jsonc (configure, ignore files, ignore err

_This linter has been disabled in this version_

_Disabled reason: Bug in eslint-plugin-jsonc: https://github.com/ota-meshi/eslint-plugin-jsonc/issues/328_
_Disabled reason: Bug in eslint-plugin-jsonc: <https://github.com/ota-meshi/eslint-plugin-jsonc/issues/328>_

**eslint-plugin-jsonc** uses eslint to lint [**json**](https://www.json.org/), [**jsonc**](https://github.com/microsoft/node-jsonc-parser) and [**json5**](https://json5.org/) (extended JSON with comments & more).

Expand Down
2 changes: 1 addition & 1 deletion docs/descriptors/makefile_checkmake.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: How to use checkmake (configure, ignore files, ignore errors, help

_This linter has been disabled in this version_

_Disabled reason: Security issues: https://github.com/checkmake/checkmake/issues/99_
_Disabled reason: Security issues: <https://github.com/checkmake/checkmake/issues/99>_

**checkmake** is a linter for Makefiles that helps enforce best practices and identify common issues in Makefile syntax and structure. It helps prevent common Makefile pitfalls and makes build processes more reliable and maintainable.

Expand Down
2 changes: 1 addition & 1 deletion docs/descriptors/markdown_remark_lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: How to use remark-lint (configure, ignore files, ignore errors, hel

_This linter has been disabled in this version_

_Disabled reason: Bug in remark-lint: https://github.com/remarkjs/remark-lint/issues/322_
_Disabled reason: Bug in remark-lint: <https://github.com/remarkjs/remark-lint/issues/322>_

**remark-lint** is a powerful plugin for the remark markdown processor that provides comprehensive linting and formatting capabilities for Markdown files. Built on the unified collective's remark ecosystem, it offers extensive rule-based validation with automatic fixing capabilities and a rich plugin architecture for customized Markdown processing workflows.

Expand Down
2 changes: 1 addition & 1 deletion docs/descriptors/puppet_puppet_lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: How to use puppet-lint (configure, ignore files, ignore errors, hel

_This linter has been disabled in this version_

_Disabled reason: https://github.com/puppetlabs/puppet-lint/issues/251_
_Disabled reason: <https://github.com/puppetlabs/puppet-lint/issues/251>_

**puppet-lint** is the standard linting tool for Puppet code that enforces the recommended Puppet language style guide and ensures consistent code formatting across Puppet manifests. It focuses on style and formatting rather than syntax validation.

Expand Down
2 changes: 1 addition & 1 deletion docs/descriptors/repository_checkov.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions docs/descriptors/repository_gitleaks.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@ description: How to use gitleaks (configure, ignore files, ignore errors, help &
If MegaLinter with gitleaks runs against a PR on a platform not listed above, analysis is performed on the whole repository (this is the default gitleaks behavior; the commits scanned depend on the fetch-depth configuration).

You can still choose to scan only PR commits in your CI/CD platform by setting the following MegaLinter environment variables:
- `PULL_REQUEST=true`\*
- `REPOSITORY_GITLEAKS_PR_COMMITS_SCAN: true`
- `REPOSITORY_GITLEAKS_PR_SOURCE_SHA` with last commit sha from your PR and `REPOSITORY_GITLEAKS_PR_TARGET_SHA` commit sha from your target branch (for example, `main` if you do PR to main branch)
- `PULL_REQUEST=true`\*
- `REPOSITORY_GITLEAKS_PR_COMMITS_SCAN: true`
- `REPOSITORY_GITLEAKS_PR_SOURCE_SHA` with last commit sha from your PR and `REPOSITORY_GITLEAKS_PR_TARGET_SHA` commit sha from your target branch (for example, `main` if you do PR to main branch)

Example commands:
- Source commit SHA:
- Source commit SHA:
```bash
git rev-list -n 1 refs/remotes/origin/<source_branch>
```

- Target commit SHA:
- Target commit SHA:
```bash
git rev-parse refs/remotes/origin/<target_branch>
```
Expand Down
2 changes: 1 addition & 1 deletion docs/descriptors/salesforce_lightning_flow_scanner.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description: How to use lightning-flow-scanner (configure, ignore files, ignore

_This linter has been disabled in this version_

_Disabled reason: Repo archived -> https://github.com/Lightning-Flow-Scanner_
_Disabled reason: Repo archived -> <https://github.com/Lightning-Flow-Scanner>_

**Lightning Flow Scanner** is a specialized SFDX plugin that analyzes Salesforce Flows for integrity issues, performance problems, and adherence to best practices. It helps developers build reliable and maintainable Flow automations.

Expand Down
Loading