Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: git-hubby
description: Helm chart for the git-hubby Kubernetes operator — manage GitHub resources declaratively via CRDs
type: application
version: 0.0.1
appVersion: "0.5.1"
appVersion: "0.5.2"
home: https://github.com/Interhyp/git-hubby-helm
sources:
- https://github.com/Interhyp/git-hubby-helm
Expand Down
38 changes: 19 additions & 19 deletions crds/github.interhyp.de_codesecurityconfigurations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,25 +56,6 @@ spec:
- code_security
- secret_protection
type: string
code_scanning_delegated_alert_dismissal:
description: |-
CodeScanningDelegatedAlertDismissal enables users to dismiss code scanning alerts.
When enabled, users with appropriate permissions can dismiss alerts that don't require action.
enum:
- enabled
- disabled
- not_set
type: string
code_scanning_options:
description: CodeScanningOptions configures advanced code scanning
options.
properties:
allowAdvanced:
description: |-
AllowAdvanced determines whether users can enable advanced code scanning features.
When true, repository administrators can configure advanced code scanning settings beyond the default setup.
type: boolean
type: object
codeScanningDefaultSetup:
description: |-
CodeScanningDefaultSetup enables or disables default code scanning setup.
Expand Down Expand Up @@ -108,6 +89,25 @@ spec:
required:
- runnerType
type: object
codeScanningDelegatedAlertDismissal:
description: |-
CodeScanningDelegatedAlertDismissal enables users to dismiss code scanning alerts.
When enabled, users with appropriate permissions can dismiss alerts that don't require action.
enum:
- enabled
- disabled
- not_set
type: string
codeScanningOptions:
description: CodeScanningOptions configures advanced code scanning
options.
properties:
allowAdvanced:
description: |-
AllowAdvanced determines whether users can enable advanced code scanning features.
When true, repository administrators can configure advanced code scanning settings beyond the default setup.
type: boolean
type: object
codeSecurity:
description: CodeSecurity is a meta-setting that enables multiple
code security features.
Expand Down