Skip to content

Commit

Permalink
Added CODEOWNERS
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto committed Jan 16, 2025
1 parent fe5dcd8 commit 73db45c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,8 @@ build.gradle.kts @oxisto
.github @oxisto

cpg-language-ini @maximiliankaul

cpg-concepts @maximiliankaul

codyze @fwendland
codyze-compliance @fwendland @oxisto
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ class NameSerializer : KSerializer<Name> {
}
}

/**
* A custom serializer for the [Component] class.
*/
/** A custom serializer for the [Component] class. */
class ComponentSerializer : KSerializer<Component?> {
override val descriptor: SerialDescriptor =
PrimitiveSerialDescriptor(Component::class.qualifiedName!!, PrimitiveKind.STRING)
Expand All @@ -97,9 +95,7 @@ class ComponentSerializer : KSerializer<Component?> {
}
}

/**
* Load all security goals from a directory.
*/
/** Load all security goals from a directory. */
@OptIn(ExperimentalPathApi::class)
fun loadSecurityGoals(directory: String): List<SecurityGoal> {
// Walk the directory and load all YAML files
Expand Down

0 comments on commit 73db45c

Please sign in to comment.