-
Notifications
You must be signed in to change notification settings - Fork 321
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
Building as standalone gives issues regarding version #81
Comments
Hello @wing-cheng , The recommended way to build is the following
If you would like to build outside of docker, please follow these steps:
If the base OS is not alpine, equivalent dependencies in the target OS needs to be installed. |
Hello, can u explain these 2 sentence? They dont quite make sense to me.
|
Some of the dependent golang libraries has system dependencies, so they need to be installed. After that you can build by running these commands (from here)
|
Hey still getting the same error, the make file still runs
|
Hi, you have to run
|
I did, but got more errors
|
$ go get github.com/deepfence/SecretScanner go: downloading github.com/deepfence/SecretScanner v1.1.2 go: github.com/deepfence/SecretScanner upgrade => v1.1.2 go get: github.com/deepfence/[email protected] requires github.com/deepfence/[email protected]: invalid version: unknown revision 000000000000
What is the problem here? May I have the latest updated the documentation or can you fix the go.mod file?
The text was updated successfully, but these errors were encountered: