Skip to content

WIP: MongoDB Discover and CDC Sync #21

WIP: MongoDB Discover and CDC Sync

WIP: MongoDB Discover and CDC Sync #21

Triggered via pull request November 13, 2024 08:10
Status Failure
Total duration 1m 25s
Artifacts

security-ci.yaml

on: pull_request
govulncheck
33s
govulncheck
GoSec Security Scanner
1m 16s
GoSec Security Scanner
trivy
9s
trivy
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 3 warnings
trivy
Process completed with exit code 1.
govulncheck
cannot range over 3 (untyped int constant)
govulncheck
cannot range over v.Len() (value of type int)
govulncheck
cannot range over v.Len() (value of type int)
govulncheck
cannot range over v.Len() (value of type int)
govulncheck
cannot range over v.Len() (value of type int)
govulncheck
cannot range over num (variable of type int)
govulncheck
cannot range over seq (variable of type iter.Seq[E])
govulncheck: jsonschema/schema/jsonschema.go#L1
package requires newer Go version go1.23
govulncheck
cannot range over atyp.Len (variable of type uintptr)
govulncheck
cannot range over seq (variable of type iter.Seq2[K, V])
GoSec Security Scanner: drivers/hubspot/internal/base_stream.go#L161
cannot use generic type types.Set without instantiation
GoSec Security Scanner: drivers/hubspot/internal/crm_stream.go#L126
undefined: base.ReformatRecord
GoSec Security Scanner: drivers/hubspot/internal/hubspot.go#L68
cannot use stream (variable of type *"github.com/datazip-inc/olake/types".Stream) as protocol.Stream value in argument to append: *"github.com/datazip-inc/olake/types".Stream does not implement protocol.Stream (missing method BatchSize)
GoSec Security Scanner: drivers/postgres/internal/cdc.go#L54
cannot use p (variable of type *Postgres) as protocol.BulkDriver value in argument to base.ManageGlobalState: *Postgres does not implement protocol.BulkDriver (wrong type for method RunChangeStream)
GoSec Security Scanner: drivers/postgres/internal/cdc.go#L81
undefined: base.ReformatRecord
GoSec Security Scanner: drivers/postgres/internal/postgres.go#L193
stream.DefaultCursorFields undefined (type *"github.com/datazip-inc/olake/types".Stream has no field or method DefaultCursorFields)
GoSec Security Scanner: drivers/postgres/internal/sync.go#L15
"github.com/jmoiron/sqlx" imported and not used
GoSec Security Scanner: drivers/postgres/internal/sync.go#L45
undefined: base.ReformatRecord
GoSec Security Scanner: drivers/postgres/internal/sync.go#L88
undefined: base.ReformatRecord
trivy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
govulncheck
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
GoSec Security Scanner
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/