Skip to content

Commit

Permalink
La til cyclonedx plugin i 'bekreftelse-min-side-oppgaver'
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmsa committed Sep 26, 2024
1 parent 3fcc06e commit 4f2b185
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/bekreftelse-min-side-oppgaver/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
kotlin("jvm")
id("com.google.cloud.tools.jib")
id("org.cyclonedx.bom")
}

val baseImage: String by project
Expand Down Expand Up @@ -64,3 +65,7 @@ jib {
jvmFlags = listOf("-XX:ActiveProcessorCount=4", "-XX:+UseZGC", "-XX:+ZGenerational")
}
}

tasks.cyclonedxBom {
setIncludeConfigs(listOf("runtimeClasspath"))
}
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ plugins {
id("com.google.cloud.tools.jib") version "3.4.3" apply false
id("org.openapi.generator") version "7.5.0" apply false
id("com.github.davidmc24.gradle.plugin.avro") version "1.9.1" apply false
id("org.cyclonedx.bom") version "1.10.0" apply false
}

rootProject.name = "paw-arbeidssoekerregisteret-monorepo-intern"
Expand Down

0 comments on commit 4f2b185

Please sign in to comment.