Skip to content

Commit 43137d2

Browse files
Merge branch 'main' into dependabot/github_actions/dawidd6/action-send-mail-c50dc4cc848ade21f848990889906d804fae78c5
2 parents b7aef76 + fdc0d57 commit 43137d2

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/scorecard.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@ permissions:
1313

1414
jobs:
1515
scorecard:
16-
uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@d7c22711e830e1f383846472f6e9b99debdb201e
16+
uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@d7c22711e830e1f383846472f6e9b99debdb201e
17+
permissions:
18+
contents: read
19+
security-events: write
20+
id-token: write

.github/workflows/secret-scanner.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,9 @@ permissions:
1515

1616
jobs:
1717
scan:
18+
permissions:
19+
contents: read
20+
pull-requests: write
21+
actions: read
1822
uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236
19-
secrets: inherit
23+
secrets: inherit

0 commit comments

Comments
 (0)