UntrustedCheckout: Try and differentiate between two versions of the rule

This commit is contained in:
Marco Gario
2025-03-26 12:49:48 +00:00
parent c8a1ad6b28
commit b1737858fa

View File

@@ -1,5 +1,5 @@
/**
* @name Checkout of untrusted code in trusted context
* @name Checkout of untrusted code in trusted context with poisonable step
* @description Privileged workflows have read/write access to the base repository and access to secrets.
* By explicitly checking out and running the build script from a fork the untrusted code is running in an environment
* that is able to push to the base repository and to access secrets.