Skip to content

Commit

Permalink
Update go.mod & package.json (#1145)
Browse files Browse the repository at this point in the history
Co-authored-by: razzle <[email protected]>
Co-authored-by: Wayne Starr <[email protected]>
  • Loading branch information
3 people authored Jan 6, 2023
1 parent abf6a56 commit 2f195f0
Show file tree
Hide file tree
Showing 9 changed files with 5,494 additions and 1,637 deletions.
1 change: 1 addition & 0 deletions .github/codeql.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
paths-ignore:
- src/pkg/packager/network.go
- src/pkg/utils/network.go
- build/**

query-filters:
- exclude:
Expand Down
10 changes: 9 additions & 1 deletion .grype.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# Ignore file for false positives from protobuf, see the following for more information:
# https://github.com/anchore/grype/issues/558
ignore:
# False positives from CPE confusion of Go vs C (https://github.com/anchore/grype/issues/558)
- vulnerability: CVE-2021-22570
- vulnerability: CVE-2015-5237

# Bless your heart NPM, you're a mess
# False positive from CPE confusion of NPM vs Rust Crates (https://github.com/anchore/grype/issues/931)
- vulnerability: CVE-2017-18589

# False positive from CPE confusion of an NPM package vs a website (https://github.com/anchore/grype/issues/446)
- vulnerability: CVE-2002-1647

# False positive from CPE confusion of svelte and svelte's extension
- vulnerability: CVE-2021-29261

# From yargs - only used through quicktype as a dev dependency
- vulnerability: GHSA-p9pc-299p-vxgp
20 changes: 11 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ require (
github.com/AlecAivazis/survey/v2 v2.3.6
github.com/alecthomas/jsonschema v0.0.0-20220216202328-9eeeec9d044b
github.com/anchore/stereoscope v0.0.0-20221208011002-c5ff155d72f1
github.com/anchore/syft v0.62.3
github.com/anchore/syft v0.64.0
github.com/derailed/k9s v0.26.7
github.com/distribution/distribution/v3 v3.0.0-20221208165359-362910506bc2
github.com/fatih/color v1.13.0
github.com/go-chi/chi/v5 v5.0.8
github.com/go-git/go-git/v5 v5.4.2 // reverting due to https://github.com/go-git/go-git/issues/624
github.com/go-git/go-git/v5 v5.5.1 // reverting due to https://github.com/go-git/go-git/issues/624
github.com/go-logr/logr v1.2.3
github.com/goccy/go-yaml v1.9.7
github.com/goccy/go-yaml v1.9.8
github.com/google/go-containerregistry v0.12.1
github.com/mholt/archiver/v3 v3.5.1
github.com/otiai10/copy v1.9.0
github.com/pkg/errors v0.9.1
github.com/pterm/pterm v0.12.50
github.com/pterm/pterm v0.12.51
github.com/sigstore/cosign v1.13.1
github.com/spf13/cobra v1.6.1
github.com/spf13/viper v1.14.0
Expand Down Expand Up @@ -53,7 +53,7 @@ require (
github.com/Azure/go-autorest/logger v0.2.1 // indirect
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
github.com/BurntSushi/toml v1.1.0 // indirect
github.com/CycloneDX/cyclonedx-go v0.5.2 // indirect
github.com/CycloneDX/cyclonedx-go v0.7.1-0.20221222100750-41a1ac565cce // indirect
github.com/DataDog/zstd v1.4.5 // indirect
github.com/MakeNowJust/heredoc v1.0.0 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
Expand Down Expand Up @@ -138,7 +138,7 @@ require (
github.com/docker/go-units v0.5.0 // indirect
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
github.com/emicklei/go-restful/v3 v3.8.0 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/envoyproxy/go-control-plane v0.10.2-0.20220325020618-49ff273808a1 // indirect
github.com/envoyproxy/protoc-gen-validate v0.6.2 // indirect
Expand All @@ -153,7 +153,7 @@ require (
github.com/gdamore/encoding v1.0.0 // indirect
github.com/gdamore/tcell/v2 v2.5.2 // indirect
github.com/go-chi/chi v4.1.2+incompatible // indirect
github.com/go-errors/errors v1.4.2 // indirect
github.com/go-errors/errors v1.0.1 // indirect
github.com/go-git/gcfg v1.5.0 // indirect
github.com/go-git/go-billy/v5 v5.3.1 // indirect
github.com/go-gorp/gorp/v3 v3.0.2 // indirect
Expand Down Expand Up @@ -268,6 +268,7 @@ require (
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/pierrec/lz4/v4 v4.1.15 // indirect
github.com/pjbgf/sha1cd v0.2.3 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v1.13.0 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
Expand All @@ -293,6 +294,7 @@ require (
github.com/sigstore/rekor v0.12.1-0.20220915152154-4bb6f441c1b2 // indirect
github.com/sigstore/sigstore v1.4.4 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/skeema/knownhosts v1.1.0 // indirect
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
github.com/soheilhy/cmux v0.1.5 // indirect
github.com/spdx/tools-golang v0.3.1-0.20221108182156-8a01147e6342 // indirect
Expand Down Expand Up @@ -322,7 +324,7 @@ require (
github.com/wagoodman/go-progress v0.0.0-20200731105512-1020f39e6240 // indirect
github.com/wagoodman/jotframe v0.0.0-20211129225309-56b0d0a4aebb // indirect
github.com/xanzy/go-gitlab v0.73.1 // indirect
github.com/xanzy/ssh-agent v0.3.2 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
Expand Down Expand Up @@ -385,7 +387,7 @@ require (
k8s.io/apiserver v0.25.3 // indirect
k8s.io/cli-runtime v0.25.3 // indirect
k8s.io/component-base v0.25.3 // indirect
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect
k8s.io/kubectl v0.25.3 // indirect
k8s.io/metrics v0.25.3 // indirect
lukechampine.com/uint128 v1.1.1 // indirect
Expand Down
Loading

0 comments on commit 2f195f0

Please sign in to comment.