Skip to content

Commit

Permalink
Merge pull request #15 from digipost/clamav-scan-vol2
Browse files Browse the repository at this point in the history
Shell og Dockerfile nå også som mulige languages, ikke bare possible_container_scan...
  • Loading branch information
hermanwh authored Feb 23, 2024
2 parents d143168 + ac6eadf commit 3a1ef5e
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")
val GITHUB_SECRET_PATH = Path.of("/secrets/githubtoken.txt")
val SLACK_WEBHOOK_URL_PATH = Path.of("/secrets/slack-webhook-url.txt")
Expand Down

0 comments on commit 3a1ef5e

Please sign in to comment.