Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
max committed Mar 8, 2019
1 parent e616768 commit 4081831
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Secret Scan for GitHub Actions

Scan your repo for secrets. AWS tokens, keys, this has you covered.

## Example

```
workflow "Find Secrets" {
on = "push"
resolves = ["max/secret-scan"]
}
action "max/secret-scan" {
uses = "max/secret-scan@master"
}
```

1 comment on commit 4081831

@PWR77711
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.