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

ci: Fix Snyk Go build VCS stamping error #3601

Merged
merged 1 commit into from
Feb 17, 2023
Merged

ci: Fix Snyk Go build VCS stamping error #3601

merged 1 commit into from
Feb 17, 2023

Conversation

stefanprodan
Copy link
Member

@stefanprodan stefanprodan commented Feb 17, 2023

Fixing the Snyk build errors by installing Go and downloading the Go modules before scanning.

go: downloading github.com/moby/spdystream v0.2.0
error obtaining VCS status: exit status 128
	Use -buildvcs=false to disable VCS stamping.
error obtaining VCS status: exit status 128
	Use -buildvcs=false to disable VCS stamping.
error obtaining VCS status: exit status 128
	Use -buildvcs=false to disable VCS stamping.

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
@stefanprodan stefanprodan added the area/ci CI related issues and pull requests label Feb 17, 2023
@stefanprodan stefanprodan marked this pull request as ready for review February 17, 2023 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci CI related issues and pull requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants