Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/io.opentelemetry.instrument…
Browse files Browse the repository at this point in the history
…ation-opentelemetry-instrumentation-api-2.2.0
  • Loading branch information
shoyheim-dd authored Apr 8, 2024
2 parents 628f511 + 22fa1f3 commit 7a3caf7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/call-buildimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
build-publish-image:
uses: felleslosninger/github-workflows/.github/workflows/ci-spring-boot-build-publish-image.yml@main
uses: felleslosninger/github-workflows/.github/workflows/ci-spring-boot-build-publish-image.yml@pf-1101-add-multi-module-support
with:
image-name: idporten-user-service
java-version: 21
Expand Down
3 changes: 2 additions & 1 deletion .trivyignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
CVE-2022-45868 # h2
CVE-2024-22257 # Broken Access Control in Spring Security. fixed 6.2.2
CVE-2024-22259 # spring-web. fixed 6.1.4. Brukar ikkje AuthenticatedVoter.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<idporten-actuator-starter.version>1.2.0</idporten-actuator-starter.version>
<open.telemetry.version>2.2.0</open.telemetry.version>
<mariadb-java-client.version>3.3.3</mariadb-java-client.version>
<idporten-metric-constants.version>1.0.0</idporten-metric-constants.version>
<idporten-metric-constants.version>1.1.0</idporten-metric-constants.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 7a3caf7

Please sign in to comment.