From 7d115d45cf949601cc16417dceca4d87b72a00e5 Mon Sep 17 00:00:00 2001 From: Joao Vitorino Date: Thu, 22 Jul 2021 19:01:12 -0300 Subject: [PATCH] Change to only verified --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d7731e8..ab1ac05 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,11 +30,11 @@ jobs: run: echo Hello, world! - name: Easy detect-secrets + env: + DS_ADDL_ARGS: '--only-verified' # You may pin to the exact commit or the version. # uses: RobertFischer/detect-secrets-action@fa2d02975bad47bd65e5752377d0ded2714c985f uses: RobertFischer/detect-secrets-action@v2.0.0 - with: - DS_ADDL_ARGS: '--only-verified' - name: Commit back .secrets.baseline (if it was missing) uses: stefanzweifel/git-auto-commit-action@v4 if: ${{ always() }}