From c3fc01bbec713f3825853742b37f61091ba9aeff Mon Sep 17 00:00:00 2001 From: Roman Hergenreder Date: Thu, 30 Apr 2026 19:57:12 +0200 Subject: [PATCH] disable secret scanning for payloads and exploits --- .github/secret_scanning.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/secret_scanning.yml diff --git a/.github/secret_scanning.yml b/.github/secret_scanning.yml new file mode 100644 index 0000000..3b85254 --- /dev/null +++ b/.github/secret_scanning.yml @@ -0,0 +1,3 @@ +paths-ignore: + - "payloads/**" + - "tools/exploits/**" \ No newline at end of file