Aws secret scan
This commit is contained in:
parent
eadf2cf3dd
commit
8cfaef2116
1 changed files with 7 additions and 1 deletions
6
.github/workflows/detect-new-secrets.yml
vendored
6
.github/workflows/detect-new-secrets.yml
vendored
|
@ -17,3 +17,9 @@ jobs:
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
- name: Execute secret-search
|
- 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