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
From hardening issue - use actions instead of inline scripts. We make lots of calls to oc that could be exploited. An action would let us maintain the correct oc version and add checks, like blocking forks.
From hardening issue - use actions instead of inline scripts. We make lots of calls to oc that could be exploited. An action would let us maintain the correct oc version and add checks, like blocking forks.
https://docs.github.com/en/actions/security-for-github-actions/security-guides/security-hardening-for-github-actions#good-practices-for-mitigating-script-injection-attacks
The text was updated successfully, but these errors were encountered: