Skip to content

Commit

Permalink
Add OCI Registry Collector (#2185)
Browse files Browse the repository at this point in the history
Signed-off-by: robert-cronin <[email protected]>
  • Loading branch information
robert-cronin authored Nov 4, 2024
1 parent 9bbadbc commit bc034e3
Show file tree
Hide file tree
Showing 9 changed files with 2,290 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ go.work
container_files/pg/

dist/
**/__debug_bin*
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ require (
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/onsi/ginkgo/v2 v2.13.1 // indirect
github.com/onsi/gomega v1.29.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/owenrumney/go-sarif/v2 v2.3.3 // indirect
Expand Down Expand Up @@ -328,6 +327,7 @@ require (
github.com/nats-io/nats.go v1.37.0
github.com/oapi-codegen/oapi-codegen/v2 v2.3.1-0.20240823215434-d232e9efa9f5
github.com/oapi-codegen/runtime v1.1.1
github.com/opencontainers/go-digest v1.0.0
github.com/openvex/go-vex v0.2.5
github.com/ossf/scorecard/v4 v4.13.1
github.com/package-url/packageurl-go v0.1.3
Expand Down
Loading

0 comments on commit bc034e3

Please sign in to comment.