From b386ca469f4b06908aba5edc197e1e18aa2e0259 Mon Sep 17 00:00:00 2001 From: Prabesh Thapa Date: Wed, 1 May 2024 20:41:51 -0700 Subject: [PATCH] clean up --- .github/workflows/audit.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index 2ae6600..12f1c85 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -29,9 +29,7 @@ jobs: uses: edplato/trufflehog-actions-scan@master with: scanArguments: '--regex --entropy=False --max_depth=5 --rules /regexes.json' # Add custom options here* - ignore_paths: >- - zsh/zshrc - ignore_names: zshrc + ignore_paths: zsh/zshrc - name: detect secrets uses: edplato/trufflehog-actions-scan@v0.9l-beta