Checkmarx/ast-cli

Add gcc and ca-certificates to the docker image

Opened this issue · 2 comments

juegge commented

Is your request related to a workflow problem?

When trying run the example with the SCA Resolver here: https://github.com/Checkmarx/ci-cd-integrations/blob/main/CxScaResolver/bitbucket-pipelines.yml
It fails because the ScaResolver does not have the required dependencies installed

Propose a solution

in the docker file add "apk add gcc"

Additional comments

Add any other context, alternative solutions, current workarounds or screenshots about the request here.

Internal Jira issue: AST-32801

Any ETA on this? We have to run ScaResolver and while it's not a huge deal to build our own image with both, we've come back to this image a lot for quick tests but without ScaResolver we are sent back to the drawing board.