Skip to content

verification attestor #224

verification attestor

verification attestor #224

Triggered via pull request October 16, 2023 23:03
Status Failure
Total duration 41s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
lint: attestation/verification/verification.go#L1
: # github.com/testifysec/go-witness/attestation/verification [github.com/testifysec/go-witness/attestation/verification.test]
lint: attestation/verification/verification_test.go#L45
cannot use ctx (variable of type string) as type *attestation.AttestationContext in argument to a.Attest (typecheck)
lint: run.go#L42
S1011: should replace loop with `ro.attestors = append(ro.attestors, attestors...)` (gosimple)
lint: verify.go#L71
S1011: should replace loop with `vo.attestorOptions = append(vo.attestorOptions, opts...)` (gosimple)
lint: verify.go#L79
S1011: should replace loop with `vo.runOptions = append(vo.runOptions, opts...)` (gosimple)
lint
issues found
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/