You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR syncs the repository with the latest state from .
**Changes include:**
- Updated configuration files (.checkov.yaml, .markdownlint.yaml, etc.)
- Updated GitHub workflows and templates
- Updated linting and formatting configurations
- Updated documentation templates
# default values but keeping them here for clarity
14
+
disabled_by_default=false
15
+
force=false
16
+
}
17
+
18
+
# Installing tflint rulesets from Github requires setting a GITHUB_TOKEN
19
+
# environment variable. Without it, you'll get an error like this:
20
+
# $ tflint --init
21
+
# Installing "aws" plugin...
22
+
# Failed to install a plugin; Failed to fetch GitHub releases: GET https://api.github.com/repos/terraform-linters/tflint-ruleset-aws/releases/tags/v0.39.0: 401 Bad credentials []
23
+
#
24
+
# The solution is to provide a github PAT via a GITHUB_TOKEN env var,
0 commit comments