diff --git a/.github/workflows/secret-scanner.yml b/.github/workflows/secret-scanner.yml index cbd1def..8a94555 100644 --- a/.github/workflows/secret-scanner.yml +++ b/.github/workflows/secret-scanner.yml @@ -11,6 +11,10 @@ permissions: contents: read jobs: scan: + permissions: + contents: read + pull-requests: write + actions: read uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@09e7023d24682621bea4e11965a1ef5e87d86c3b timeout-minutes: 10 secrets: inherit @@ -24,4 +28,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