Skip to content

Commit 7636b75

Browse files
lint: disable BIOME and TRIVY in super-linter
These linters report false positives on vendor files that bypass FILTER_REGEX_EXCLUDE (TRIVY uses filesystem scanning, BIOME scans all JSON files). Disable them since the project does not have non-vendor files affected by these checks. Signed-off-by: Praveen M <m.praveen@ibm.com> Assisted-by: Claude <noreply@anthropic.com>
1 parent 43d05cd commit 7636b75

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/lint-extras.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ jobs:
3131
VALIDATE_GO: false
3232
VALIDATE_GO_MODULES: false
3333
VALIDATE_JSCPD: false
34+
VALIDATE_JSON_BIOME: false
3435
VALIDATE_KUBERNETES_KUBECONFORM: false
3536
VALIDATE_PROTOBUF: false
37+
VALIDATE_TRIVY: false
3638
VALIDATE_YAML: false
3739
VALIDATE_YAML_PRETTIER: false

0 commit comments

Comments
 (0)