Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embed SCA Resolver from within the container #151

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jimmy-lt
Copy link

@jimmy-lt jimmy-lt commented Oct 6, 2023

The container image was missing required libraries to run SCA Resolver:

  • libstdc++
  • zlib

Also embed SCA Resolver to provide users a quick way to resolve dependencies locally.

Description

This PR installs missing library and embeds SCA resolver into the container so that users will not have to perform this task themselves.

References

Checklist

  • I have added documentation for new/changed functionality in this PR (if applicable).
  • All active GitHub checks for tests, formatting, and security are passing
  • The correct base branch is being used

The container image was missing required libraries to run SCA Resolver. Also
embed SCA Resolver to provide users a quick way to resolve dependencies locally.

Signed-off-by: Jimmy Thrasibule <[email protected]>
@pedrompflopes pedrompflopes requested review from a team, pedrompflopes and diogopcx and removed request for a team October 6, 2023 19:58
@kaplanlior
Copy link

Adding two references: #147 and Checkmarx/ast-cli#619

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants