Skip to content

Commit 4f93d0e

Browse files
committed
ci(.github): restore the Gitleaks check
1 parent 4a6caee commit 4f93d0e

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

act/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
This directory contains configuration files and documentation for running local GitHub Actions workflows using the `act` tool.
2+
3+
Scan the repository for secrets and sensitive information with gitleaks.
4+
5+
```sh
6+
act workflow_dispatch -e act/scan-leaks.json
7+
```

act/scan-leaks.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"action": "workflow_dispatch",
3+
"workflow": "scan-leaks.yml",
4+
"inputs": {}
5+
}

0 commit comments

Comments
 (0)