diff --git a/.github/workflows/secret-scanner.yml b/.github/workflows/secret-scanner.yml index 0078829..8c49673 100644 --- a/.github/workflows/secret-scanner.yml +++ b/.github/workflows/secret-scanner.yml @@ -15,6 +15,10 @@ permissions: jobs: scan: + permissions: + contents: read + pull-requests: write + actions: read uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@e9c8888769a703924cc3c0d717900960d78aea00 secrets: inherit - timeout-minutes: 20 + timeout-minutes: 20 \ No newline at end of file