diff --git a/.github/workflows/secret-scanner.yml b/.github/workflows/secret-scanner.yml index 4c68169..9173791 100644 --- a/.github/workflows/secret-scanner.yml +++ b/.github/workflows/secret-scanner.yml @@ -17,6 +17,10 @@ permissions: # .github/workflows/README.adoc. 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 + secrets: inherit \ No newline at end of file