Sign in before continuing.
Tools add
This version of the container adds the standard gnu toolchain. The only difference between the previous (approved) container and this one is the following Dockerfile add:
RUN yum -y install gcc gcc-c++ make cmake automake autoconf libtool
This will create a lot of new findings. I am curious how the program wants me to annotate those findings? 'Inherited from base image', or something else? I would see these packages as essential for any C/C++ CI/CD pipeline.