Skip to content

Commit

Permalink
linting full stop
Browse files Browse the repository at this point in the history
  • Loading branch information
KyFaSt committed Feb 27, 2025
1 parent 302b0ed commit aad59c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ where
not exists(ControlCheck check | check.protects(checkout, event, "untrusted-checkout")) and
not exists(ControlCheck check | check.protects(poisonable, event, "untrusted-checkout"))
select poisonable, checkout, poisonable,
"Potential execution of untrusted code on a privileged workflow ($@)", event, event.getName()
"Potential execution of untrusted code on a privileged workflow ($@).", event, event.getName()
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ where
inPrivilegedContext(checkout, event) and
event.getName() = issueCommentTriggers() and
not exists(ControlCheck check | check.protects(checkout, event, "untrusted-checkout"))
select checkout, "Potential execution of untrusted code on a privileged workflow ($@)", event,
select checkout, "Potential execution of untrusted code on a privileged workflow ($@).", event,
event.getName()

0 comments on commit aad59c6

Please sign in to comment.