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.
2 parents 2a37893 + d97954d commit ab2801dCopy full SHA for ab2801d
1 file changed
.github/workflows/secret-scanner.yml
@@ -15,18 +15,5 @@ jobs:
15
scan:
16
permissions:
17
contents: read
18
- pull-requests: write
19
- actions: read
20
- uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236
+ uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@c65436ee3351cd6b0fa14b142938b195efc77586
21
secrets: inherit
22
- secrets: inherit
23
- trufflehog:
24
- runs-on: ubuntu-latest
25
- steps:
26
- - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
27
- with:
28
- fetch-depth: 0
29
- - name: TruffleHog Secret Scan
30
- uses: trufflesecurity/trufflehog@main
31
32
- extra_args: --only-verified --fail
0 commit comments