From 167e923124527ff1e174f236d3dfb37adadd6611 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Ma=C5=82achowski?= <38684517+KacperMalachowski@users.noreply.github.com> Date: Wed, 13 Mar 2024 13:15:47 +0100 Subject: [PATCH] Add gitleaks (#902) --- docs/contributing/assets/allowed_actions.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/contributing/assets/allowed_actions.json b/docs/contributing/assets/allowed_actions.json index 45d778640..c529dac17 100644 --- a/docs/contributing/assets/allowed_actions.json +++ b/docs/contributing/assets/allowed_actions.json @@ -179,6 +179,21 @@ "security_review_performed": true, "3rd_party_tool": {}, "comment": "track all changed files and directories relative to a target branch, the current branch, multiple branches, or custom commits" + }, + { + "name": "gitleaks/gitleaks-action", + "versions": [ + "e6dab246340401bf53eec993b8f05aebe80ac636" + ], + "repository": "https://github.com/gitleaks/gitleaks-action", + "marketplace": "https://github.com/marketplace/actions/gitleaks", + "security_review_performed": true, + "3rd_party_tool": { + "tool": "gitleaks/gitleaks", + "pinned_version": "v8.16.1", + "repository": "https://github.com/gitleaks/gitleaks" + }, + "comment": "Detects leaks of secrets using gitleaks, pinned to 8.16.1 by default but can be changed via environment variable" } ] }