Skip to content

Commit addf52f

Browse files
authored
Allow actions/create-github-app-token for generating the necessary token from a GitHub App (#791)
Signed-off-by: Trask Stalnaker <[email protected]>
1 parent ee693ff commit addf52f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/server/verify_workflow.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ func verifyScorecardWorkflow(workflowContent string, verifier commitVerifier) er
165165
switch stepName {
166166
case
167167
"actions/checkout",
168+
"actions/create-github-app-token",
168169
"ossf/scorecard-action",
169170
"actions/upload-artifact",
170171
"github/codeql-action/upload-sarif",

0 commit comments

Comments
 (0)