Skip to content

Commit

Permalink
Shell og Dockerfile nå også som mulige _languages_, ikke bare possibl…
Browse files Browse the repository at this point in the history
…e_container_scan...
  • Loading branch information
hermanwh committed Feb 21, 2024
1 parent 7bf69c2 commit ac6eadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/no/digipost/github/monitoring/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import java.nio.file.Path
import java.util.concurrent.atomic.AtomicLong
import kotlin.system.measureTimeMillis

val LANGUAGES = setOf("JavaScript", "Java", "TypeScript", "C#", "Kotlin", "Go")
val LANGUAGES = setOf("JavaScript", "Java", "TypeScript", "C#", "Kotlin", "Go", "Shell", "Dockerfile")
val POSSIBLE_CONTAINER_SCAN = setOf("JavaScript", "Java", "TypeScript", "Kotlin", "Shell", "Dockerfile")
const val GITHUB_OWNER = "digipost";
const val TIMOUT_PUBLISH_VULNS = 1000L * 60 * 2
Expand Down

0 comments on commit ac6eadf

Please sign in to comment.