Change to only verified
This commit is contained in:
parent
95c4d7a276
commit
7d115d45cf
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -30,11 +30,11 @@ jobs:
|
|||||||
run: echo Hello, world!
|
run: echo Hello, world!
|
||||||
|
|
||||||
- name: Easy detect-secrets
|
- name: Easy detect-secrets
|
||||||
|
env:
|
||||||
|
DS_ADDL_ARGS: '--only-verified'
|
||||||
# You may pin to the exact commit or the version.
|
# You may pin to the exact commit or the version.
|
||||||
# uses: RobertFischer/detect-secrets-action@fa2d02975bad47bd65e5752377d0ded2714c985f
|
# uses: RobertFischer/detect-secrets-action@fa2d02975bad47bd65e5752377d0ded2714c985f
|
||||||
uses: RobertFischer/detect-secrets-action@v2.0.0
|
uses: RobertFischer/detect-secrets-action@v2.0.0
|
||||||
with:
|
|
||||||
DS_ADDL_ARGS: '--only-verified'
|
|
||||||
- name: Commit back .secrets.baseline (if it was missing)
|
- name: Commit back .secrets.baseline (if it was missing)
|
||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
|
Loading…
Reference in New Issue
Block a user