Skip to content

Commit

Permalink
Add gitleaks (#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
KacperMalachowski authored Mar 13, 2024
1 parent d9ac8fc commit 167e923
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/contributing/assets/allowed_actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}

0 comments on commit 167e923

Please sign in to comment.