superlint/test/inspec/super-linter
Marco Ferrari 83eca1df43
fix: unset the log_level variable (#5249)
- Super-linter uses the LOG_LEVEL variable to let the user
  configure the desired log level. Checkov and Renovate use a variable
  with the same name for the same purpose, but accept a
  different set of values, and exit with an error if it gets an unknown
  value for that variable.
- Refactor the VERBOSE log level to the more commonly used INFO.
  Configuration validation will warn users if they use VERBOSE and
  instruct them to use INFO instead. This is not a breaking change
  because super-linter falls back on INFO if VERBOSE is set.
- Remove the TRACE log level because we rarely used it. As with VERBOSE,
  configuration validation will warn the user. Fall back to DEBUG if the
  user configured LOG_LEVEL to VERBOSE.

Close #5217
2024-02-09 18:43:58 +00:00
..
controls fix: unset the log_level variable (#5249) 2024-02-09 18:43:58 +00:00
inspec.lock Implement a test suite with InSpec (#1466) 2021-04-30 11:29:15 -05:00
inspec.yml Implement a test suite with InSpec (#1466) 2021-04-30 11:29:15 -05:00