Skip to content

Commit c49c7df

Browse files
authored
feat: adding gitlab policy override variables (#335)
* feat: adding override-variables policy * fix severity and threat * made title shorter * change name againnnn * fix: change name
1 parent 0d07d93 commit c49c7df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

policies/gitlab/repository.rego

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ repository_dismiss_stale_reviews := false {
347347

348348
# METADATA
349349
# scope: rule
350-
# title: The ability to override predefined variables should be limited only to users with at least Maintainer role.
350+
# title: Overriding predefined CI/CD variables should be restricted.
351351
# description: It’s recommended to restrict users with low privileges from overriding predefined variables, as doing so could compromise the security and integrity of the CI/CD pipeline.
352352
# custom:
353353
# remediationSteps:

0 commit comments

Comments
 (0)