Skip to content

Commit

Permalink
Merge pull request #14 from digipost/clamav-scan
Browse files Browse the repository at this point in the history
Ta med shell og dockerfile i mulige scans, slik at clamav blir med
  • Loading branch information
hermanwh authored Feb 20, 2024
2 parents a05eb1a + 48fcd66 commit 7bf69c2
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 @@ -24,7 +24,7 @@ import java.util.concurrent.atomic.AtomicLong
import kotlin.system.measureTimeMillis

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

0 comments on commit 7bf69c2

Please sign in to comment.