From 182d65d02775760df92cb90e2cd87ceaa90f7664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz> Date: Thu, 13 Mar 2025 17:00:45 +0000 Subject: [PATCH] Megalinter: no algorthm check from devsskim --- .mega-linter.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.mega-linter.yaml b/.mega-linter.yaml index d0f9810..6e8db1b 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 -- GitLab