diff --git a/.github/workflows/secret-scanner.yml b/.github/workflows/secret-scanner.yml index e5b6812..8b6719f 100644 --- a/.github/workflows/secret-scanner.yml +++ b/.github/workflows/secret-scanner.yml @@ -13,6 +13,8 @@ jobs: scan: permissions: contents: read + pull-requests: write + actions: read uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@db12a6ad3ef9076d5f7bdcf98d7d15cf8547555a secrets: inherit trufflehog: @@ -24,4 +26,4 @@ jobs: - name: TruffleHog Secret Scan uses: trufflesecurity/trufflehog@00155c9dc586f34d189adc83d3ac2698c2ec551f # v3.95.8 with: - extra_args: --only-verified --fail + extra_args: --only-verified --fail \ No newline at end of file