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

fix dependencies that were breaking the darwin/arm64 build #507

Merged
merged 1 commit into from
Jan 22, 2021

Conversation

williepaul
Copy link
Contributor

The homebrew darwin/arm64 build is broken due to some dependencies.

Steps to reproduce:
Download the build via curl: curl https://codeload.github.com/accurics/terrascan/tar.gz/v1.3.0 > v1.3.0.tar.gz
Extract, then run:
GOOS=darwin GOARCH=arm64 go1.16beta1 build -trimpath -o terrascan ./cmd/terrascan

.../go/pkg/mod/github.com/hashicorp/go-getter@v1.5.1/get_git.go:20:2: missing go.sum entry for module providing package github.com/hashicorp/go-version; try 'go mod tidy' to add it
pkg/cli/run.go:30:2: missing go.sum entry for module providing package github.com/mattn/go-isatty; try 'go mod tidy' to add it
pkg/iac-providers/kustomize/v3/load-dir.go:11:2: missing go.sum entry for module providing package sigs.k8s.io/kustomize/api/filesys; try 'go mod tidy' to add it
pkg/iac-providers/kustomize/v3/load-dir.go:12:2: missing go.sum entry for module providing package sigs.k8s.io/kustomize/api/krusty; try 'go mod tidy' to add it

The updated files are provided via go mod tidy.

@sonarcloud
Copy link

sonarcloud bot commented Jan 22, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@codecov
Copy link

codecov bot commented Jan 22, 2021

Codecov Report

Merging #507 (4b7462e) into master (8e3e41b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #507   +/-   ##
=======================================
  Coverage   73.73%   73.73%           
=======================================
  Files          93       93           
  Lines        2151     2151           
=======================================
  Hits         1586     1586           
  Misses        429      429           
  Partials      136      136           

@devang-gaur devang-gaur merged commit 51b686e into tenable:master Jan 22, 2021
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.

None yet

2 participants