You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reusable workflows can be called with secrets: inherit, in which case they inherit the entire secrets namespace instead of a specific set of secrets explicitly forwarded to them. This violates the principle of least authority.
Reusable workflows can be called with
secrets: inherit
, in which case they inherit the entire secrets namespace instead of a specific set of secrets explicitly forwarded to them. This violates the principle of least authority.For example:
should generally be:
This one is pretty low-severity, but good for us to flag.
The text was updated successfully, but these errors were encountered: