We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f5bf5a commit 1dcbbc1Copy full SHA for 1dcbbc1
1 file changed
.github/workflows/secret-scanner.yml
@@ -15,13 +15,5 @@ permissions:
15
16
jobs:
17
scan:
18
- # The reusable's gitleaks job requests pull-requests: write (PR
19
- # summary comments) and actions: read. A called workflow cannot
20
- # exceed the caller's grant - without these, every run dies at
21
- # startup_failure. See standards#472.
22
- permissions:
23
- contents: read
24
- pull-requests: write
25
- actions: read
26
- uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236
+ uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@db12a6ad3ef9076d5f7bdcf98d7d15cf8547555a
27
secrets: inherit
0 commit comments