diff --git a/.mega-linter.yaml b/.mega-linter.yaml index d0f98101c6e57bdaba2b5a93dda367834cdd9205..6e8db1bf4f7e0da6d17e6ebdfb66867c94cffbbf 100644 --- a/.mega-linter.yaml +++ b/.mega-linter.yaml @@ -39,13 +39,14 @@ REPOSITORY_CHECKOV_ARGUMENTS: >- --skip-path .*/playbooks/files/(jupyterhub-jwt|calico).yaml --skip-path .*/playbooks/upgrade.yaml +# DS126858 (algorithm): false positive, used as images tag # DS137138 (http): local communication # DS169125 (ssl): protocol actually banned # DS169126 (ssl): protocol actually banned # DS176209: FIXME jupyterhub-jwt.yaml REPOSITORY_DEVSKIM_ARGUMENTS: >- --ignore-globs .git/**,**/playbooks/files/calico.yaml - --ignore-rule-ids DS137138,DS169125,DS169126,DS176209 + --ignore-rule-ids DS126858,DS137138,DS169125,DS169126,DS176209 # terraform_unused_declarations: common variables file # terraform_required_providers: common requirements file