secret scan action
This commit is contained in:
parent
ebdc182e86
commit
b3ed9c1d8e
2 changed files with 124 additions and 0 deletions
11
.github/workflows/detect-new-secrets.yml
vendored
Normal file
11
.github/workflows/detect-new-secrets.yml
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
name: Checking for Secrets
|
||||
on: push
|
||||
jobs:
|
||||
check-secrets:
|
||||
name: Checking for Secrets
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v3
|
||||
- name: Secret Scanner
|
||||
uses: secret-scanner/action@0.0.2
|
Loading…
Add table
Add a link
Reference in a new issue