add yelp secret search
This commit is contained in:
parent
b3ed9c1d8e
commit
eadf2cf3dd
1 changed files with 9 additions and 1 deletions
8
.github/workflows/detect-new-secrets.yml
vendored
8
.github/workflows/detect-new-secrets.yml
vendored
|
@ -9,3 +9,11 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
- name: Secret Scanner
|
||||
uses: secret-scanner/action@0.0.2
|
||||
secret-search-job:
|
||||
runs-on: 'ubuntu-latest'
|
||||
name: Job to scan for secrets
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
- name: Execute secret-search
|
||||
uses: Hacks4Snacks/secret-search@main
|
Loading…
Add table
Add a link
Reference in a new issue