Skip to content

Commit ab2801d

Browse files
Merge branch 'main' into fix/workflow-spdx-headers
2 parents 2a37893 + d97954d commit ab2801d

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

.github/workflows/secret-scanner.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,5 @@ jobs:
1515
scan:
1616
permissions:
1717
contents: read
18-
pull-requests: write
19-
actions: read
20-
uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236
18+
uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@c65436ee3351cd6b0fa14b142938b195efc77586
2119
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-
with:
32-
extra_args: --only-verified --fail

0 commit comments

Comments
 (0)