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 2f72900 + e3ad4ca commit fb66296Copy full SHA for fb66296
1 file changed
.github/workflows/scorecard.yml
@@ -2,11 +2,11 @@
2
name: Scorecards supply-chain security
3
4
on:
5
- branch_protection_rule:
6
schedule:
7
- cron: '23 4 * * 1'
8
push:
9
branches: [main]
+ workflow_dispatch:
10
11
permissions:
12
contents: read
@@ -17,4 +17,3 @@ jobs:
17
security-events: write
18
id-token: write
19
uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@3f34549c03274ec7a74683068f03a492b0fa805f
20
- secrets: inherit
0 commit comments