Skip to content

Commit

Permalink
feat: broaden job matcher for semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
secustor committed Sep 21, 2023
1 parent 0ce62a8 commit 6f2fea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/raw/permissions.go
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ func isReleasingWorkflow(workflow *actionlint.Workflow, fp string, pdata *permis
// Commonly JavaScript packages, but supports multiple ecosystems
Steps: []*fileparser.JobMatcherStep{
{
Run: "npx.*semantic-release",
Run: "(npx|pnpm|yarn).*semantic-release",
},
},
LogText: "candidate publishing workflow using semantic-release",
Expand Down

0 comments on commit 6f2fea1

Please sign in to comment.