Skip to content

Commit

Permalink
Detect Gradle Kotlin build scripts (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofalvai authored Feb 17, 2022
1 parent 592f528 commit 9fd066e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scanner/tool_detector.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ var UnknownToolDetectors = []UnknownToolDetector{
toolDetector{toolName: "Bazel", primaryFile: "WORKSPACE", optionalFiles: []string{"WORKSPACE.bazel", "BUILD", "BUILD.bazel", ".bazelrc", ".bazelversion", ".bazelignore"}},
toolDetector{toolName: "Buck", primaryFile: "BUCK", optionalFiles: []string{".buckversion", ".buckconfig", ".buckjavaargs"}},
kotlinMultiplatformDetector{},
toolDetector{toolName: "Gradle Kotlin build script", primaryFile: "build.gradle.kts", optionalFiles: []string{"settings.gradle.kts"}},
}

var excludedDirs = []string{
Expand Down

0 comments on commit 9fd066e

Please sign in to comment.