Skip to content

Commit

Permalink
🧹 apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Letha <letha@mondoo.com>
  • Loading branch information
afiune and misterpantz authored Feb 13, 2025
1 parent 7b6de35 commit 9c5c70a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions providers/github/resources/github.lr
Original file line number Diff line number Diff line change
Expand Up @@ -140,21 +140,21 @@ github.organization @defaults("login name") {

// GitHub organization-level custom property
private github.organization.customProperty @defaults("name required") {
// The name of the property.
// The name of the property
name string
// Short description of the property.
// Short description of the property
description string
// SourceType is the source type of the property where it has been created.
// The source type of the property (where it was created)
sourceType string
// The type of the value for the property.
// The type of the value for the property
valueType string
// Whether the property is required.
// Whether the property is required
required bool
// Default value of the property.
// Default value of the property
defaultValue string
// An ordered list of the allowed values of the property.
// An ordered list of the allowed values of the property
allowedValues []string
// Who can edit the values of the property.
// Who can edit the values of the property
valuesEditableBy string
}

Expand Down

0 comments on commit 9c5c70a

Please sign in to comment.