Skip to content

Commit

Permalink
feat: adding gitlab policy override variables (#335)
Browse files Browse the repository at this point in the history
* feat: adding override-variables policy

* fix severity and threat

* made title shorter

* change name againnnn

* fix: change name
  • Loading branch information
Maya-legit authored Sep 23, 2024
1 parent 0d07d93 commit c49c7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion policies/gitlab/repository.rego
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ repository_dismiss_stale_reviews := false {

# METADATA
# scope: rule
# title: The ability to override predefined variables should be limited only to users with at least Maintainer role.
# title: Overriding predefined CI/CD variables should be restricted.
# 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.
# custom:
# remediationSteps:
Expand Down

0 comments on commit c49c7df

Please sign in to comment.