Merge pull request #19183 from github/marcogario-patch-1

Update UntrustedCheckoutCritical.ql
This commit is contained in:
Marco Gario
2025-04-01 14:43:37 +02:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
/**
* @name Checkout of untrusted code in a priviledged context
* @name Checkout of untrusted code in a privileged context
* @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.