Skip to content

Commit a9d1b4b

Browse files
committed
Improve doc
1 parent 5927a86 commit a9d1b4b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

actions/ql/lib/codeql/actions/config/ConfigExtensions.qll

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,10 @@ extensible predicate untrustedGhCommandDataModel(string cmd_regex, string flag);
9090
extensible predicate actionsPermissionsDataModel(string action, string permission);
9191

9292
/**
93-
* Holds for deployment environments that exist for a given repository.
93+
* Holds for deployment environments that exist with `name` for a given repository.
94+
* * - 'name' is the name of the environment defined.
95+
* E.g. for the deployment environment `environment: EnvironmentInRepo`, `name` is `EnvironmentInRepo`.
9496
* Requires this to be externally supplied but once done can be used to
95-
* toggle precision of whether that suffices or not as a control check.
97+
* toggle precision of whether that suffices or not as a control check by contributing to `EnvironmentCheck`.
9698
*/
9799
extensible predicate enabledDeploymentEnvironmentDataModel(string name);

0 commit comments

Comments
 (0)