Skip to content

Switch to v2 and implement crypto keys #594

Switch to v2 and implement crypto keys

Switch to v2 and implement crypto keys #594

Triggered via pull request September 12, 2023 14:19
@setrofimsetrofim
synchronize #90
crypto-keys
Status Success
Total duration 1m 3s
Artifacts

linters.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Lint: comid/comid.go#L211
hugeParam: o is heavy (80 bytes); consider passing it by pointer (gocritic)
Lint: comid/comid.go#L236
hugeParam: o is heavy (80 bytes); consider passing it by pointer (gocritic)
Lint: comid/comid.go#L255
hugeParam: o is heavy (80 bytes); consider passing it by pointer (gocritic)
Lint: comid/comid.go#L263
hugeParam: o is heavy (80 bytes); consider passing it by pointer (gocritic)
Lint: comid/measurement.go#L225
hugeParam: o is heavy (88 bytes); consider passing it by pointer (gocritic)
Lint: comid/measurement.go#L517
hugeParam: o is heavy (96 bytes); consider passing it by pointer (gocritic)
Lint: comid/example_psa_refval_test.go#L83
hugeParam: m is heavy (96 bytes); consider passing it by pointer (gocritic)
Lint: comid/example_test.go#L110
commentFormatting: put a space between `//` and comment text (gocritic)
Lint: comid/example_test.go#L165
commentFormatting: put a space between `//` and comment text (gocritic)
Lint: cots/abbreviated_swid_tag.go#L159
hugeParam: t is heavy (184 bytes); consider passing it by pointer (gocritic)
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, 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/