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

Adding makefile target to build the tool only #7

Closed
tjyang opened this issue Dec 28, 2021 · 1 comment · Fixed by #8
Closed

Adding makefile target to build the tool only #7

tjyang opened this issue Dec 28, 2021 · 1 comment · Fixed by #8

Comments

@tjyang
Copy link
Contributor

tjyang commented Dec 28, 2021

Hi @hupe1980

I am hoping to use docker container as an isolated golang compiling environment, not doing the scan tests inside container.
Can you add a target to automate this goal using following example I found on internet ?
like "make docker-compile"

docker create -ti --name dummy IMAGE_NAME bash
docker cp dummy:/path/to/file /dest/to/file  # copy scan4log4shell out to local partition like /tmp.
docker rm -f dummy
@hupe1980
Copy link
Owner

You can now find Docker support in the readme

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 a pull request may close this issue.

2 participants