Skip to content

Commit 4081831

Browse files
committed
Add README
1 parent e616768 commit 4081831

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Secret Scan for GitHub Actions
2+
3+
Scan your repo for secrets. AWS tokens, keys, this has you covered.
4+
5+
## Example
6+
7+
```
8+
workflow "Find Secrets" {
9+
on = "push"
10+
resolves = ["max/secret-scan"]
11+
}
12+
13+
action "max/secret-scan" {
14+
uses = "max/secret-scan@master"
15+
}
16+
```

0 commit comments

Comments
 (0)