-
Notifications
You must be signed in to change notification settings - Fork 12
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
Needed Installation steps #1
Comments
I tried to submit a PR for this, but cannot push to the repo. Assuming you already have Go installed, do the following:
You can then copy the finished binary to wherever you'd like (somewhere on your PATH is best):
|
@wkokolis By any chance would we have a docker image which will make its onboarding smooth? |
@wkokolis as when I run go build I get below errors: main . Go: 18: 2: Canot find package -github.com/grab/secret-scanner/scanner" in any of: |
@vikas1389 I could try to put one together, but either I'm messing up the build process as well or the software just doesn't work. I've scanned a repository that I am extremely confident should trigger a positive result, but the output is:
I tried a second set of build commands, but the test results were no different:
For what it's worth, I'm running go 1.12.17 linux/amd64. I will keep working at it a little while longer, but it feels like a lost cause. |
@vikas1389 Here's a Dockerfile which should at least help you get the software built. Again, I'm not really sure if I'm building this incorrectly or if it just doesn't work:
Once built, run as follows: Same results (shorter because no JSON output):
|
Hi - we wanted to do a local repo scan- could u please list the steps for installation! it would be best!
The text was updated successfully, but these errors were encountered: