chore(gitea): Added secrets scanning
This commit is contained in:
@@ -14,3 +14,13 @@ jobs:
|
||||
config: ".yamllint"
|
||||
path: "manifests/"
|
||||
warnings: false
|
||||
scan-secrets:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
- name: 🤐Secret Scanning
|
||||
uses: onboardbase/securelog-scan@main
|
||||
with:
|
||||
mask: "true" # that is mask secret value e.g sk_******
|
||||
verify: "true" # that is verify potential secrets against their service provider
|
||||
Reference in New Issue
Block a user