Skip to content

Commit

Permalink
adjust manifest file
Browse files Browse the repository at this point in the history
Signed-off-by: Hossein Rouhani <[email protected]>
  • Loading branch information
HRouhani committed Jul 23, 2024
1 parent 2725637 commit 6cf4af8
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion providers/gitlab/resources/gitlab.lr.manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ resources:
packagesEnabled:
min_mondoo_version: 9.0.0
path: {}
projectFiles:
min_mondoo_version: latest
protectedBranches:
min_mondoo_version: 9.0.0
requirementsEnabled:
Expand All @@ -83,6 +85,7 @@ resources:
approvalsRequired: {}
id: {}
name: {}
is_private: true
min_mondoo_version: 9.0.0
gitlab.project.approvalSettings:
fields:
Expand All @@ -92,10 +95,20 @@ resources:
mergeRequestsDisableCommittersApproval: {}
requirePasswordToApprove: {}
resetApprovalsOnPush: {}
is_private: true
min_mondoo_version: 9.0.0
gitlab.project.repository.protectedBranch:
gitlab.project.file:
fields:
content: {}
name: {}
path: {}
type: {}
is_private: true
min_mondoo_version: 9.0.0
gitlab.project.protectedBranch:
fields:
allowForcePush: {}
defaultBranch: {}
name: {}
is_private: true
min_mondoo_version: 9.0.0

0 comments on commit 6cf4af8

Please sign in to comment.