Welcome to the Linux Foundation Forum!

IMage scan section 7 fails

Options

The course is outdated.
Please help me to setup the Jenkins pipeline run successfully.
In 2024 OSS checker, SAST and image fails.

Combination of few factor are important. Changing them fails one or the other scan.
1. Spring boot 2.4.3 works because 2.5.5 doesn't work as well as a newest.
2. Multistage docker works with these ones
FROM maven:3.8.2-openjdk-17 AS build
FROM openjdk:18-alpine AS run
3. Dependency decision
- logback-core: - 1.2.13

That's all I got to be able to push to the docker hub.

Can anyone share their current working setup ?

Categories

Upcoming Training