Aws secret scan
This commit is contained in:
parent
eadf2cf3dd
commit
8cfaef2116
1 changed files with 7 additions and 1 deletions
8
.github/workflows/detect-new-secrets.yml
vendored
8
.github/workflows/detect-new-secrets.yml
vendored
|
@ -16,4 +16,10 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
- name: Execute secret-search
|
||||
uses: Hacks4Snacks/secret-search@main
|
||||
uses: Hacks4Snacks/secret-search@main
|
||||
secret-scanner:
|
||||
runs-on: 'ubuntu-latest'
|
||||
name: This action scans git repos using awslabs/git-secrets.
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: kams-mash/gh-secrets-scanner-action@master
|
Loading…
Add table
Add a link
Reference in a new issue