Skip to content

Commit f716222

Browse files
committed
remove octokit from trusted orgs for now - reduce PR scope
1 parent f8be8e7 commit f716222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/src/Security/CWE-829/UnpinnedActionsTag.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ private predicate isPinnedCommit(string version) { version.regexpMatch("^[A-Fa-f
1818

1919
bindingset[repo]
2020
private predicate isTrustedOrg(string repo) {
21-
exists(string org | org in ["actions", "github", "advanced-security", "octokit"] | repo.matches(org + "/%"))
21+
exists(string org | org in ["actions", "github", "advanced-security"] | repo.matches(org + "/%"))
2222
}
2323

2424
from UsesStep uses, string repo, string version, Workflow workflow, string name

0 commit comments

Comments
 (0)