Skip to content

feat: inbound tx tracker #1169

feat: inbound tx tracker

feat: inbound tx tracker #1169

Triggered via pull request October 4, 2023 03:02
Status Failure
Total duration 7m 14s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

sast-linters.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 7 warnings
gosec-cosmos
Process completed with exit code 2.
lint
issues found
gosec
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
gosec-cosmos
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint: zetaclient/utils.go#L99
errorf: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (revive)
lint: zetaclient/utils.go#L136
errorf: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (revive)
lint: zetaclient/utils.go#L142
errorf: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (revive)
lint: cmd/zetaclientd/debug.go#L29
var-naming: struct field zetaChainId should be zetaChainID (revive)