Skip to content

feat: MongoDB Driver #20

feat: MongoDB Driver

feat: MongoDB Driver #20

Triggered via pull request November 13, 2024 07:42
@piyushdatazippiyushdatazip
synchronize #4
mongodb
Status Failure
Total duration 1m 28s
Artifacts

security-ci.yaml

on: pull_request
govulncheck
36s
govulncheck
GoSec Security Scanner
1m 18s
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/mongodb/internal/changestreams.go#L51
cannot use channel (variable of type chan<- map[string]any) as *protocol.WriterPool value in argument to m.backfill
GoSec Security Scanner: drivers/mongodb/internal/mon.go#L118
declared and not used: collection
GoSec Security Scanner: drivers/google-sheets/internal/google_sheets.go#L97
record.Data undefined (type map[string]any has no field or method Data)
GoSec Security Scanner: drivers/postgres/internal/cdc.go#L54
cannot use p (variable of type *Postgres) as protocol.ChangeStreamDriver value in argument to base.ManageGlobalState: *Postgres does not implement protocol.ChangeStreamDriver (wrong type for method RunChangeStream)
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/