From 8c33e906cc51e2d44ff57a7b9ae728a907d302ab 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:03:32 +0000
Subject: [PATCH] Megalinter: tune grype linter

---
 .mega-linter.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.mega-linter.yaml b/.mega-linter.yaml
index 6e8db1b..caa9ed0 100644
--- a/.mega-linter.yaml
+++ b/.mega-linter.yaml
@@ -48,6 +48,9 @@ REPOSITORY_DEVSKIM_ARGUMENTS: >-
   --ignore-globs .git/**,**/playbooks/files/calico.yaml
   --ignore-rule-ids DS126858,DS137138,DS169125,DS169126,DS176209
 
+# no check for terraform plugins
+REPOSITORY_GRYPE_ARGUMENTS: --exclude ./*/terraform/**
+
 # terraform_unused_declarations: common variables file
 # terraform_required_providers: common requirements file
 # terraform_required_version: common requirements file
-- 
GitLab