Secure credentials, eyrie catalog setup, and first-run /config flow #236
ci.yml
on: pull_request
format
20s
vet
21s
module hygiene
24s
secrets
13s
dependency review
6s
markdown
9s
Matrix: build
Annotations
9 errors
|
dependency review
Dependency review is not supported on this repository. Please ensure that Dependency graph is enabled, see https://github.com/GrayCodeAI/hawk/settings/security_analysis
|
|
format
Process completed with exit code 1.
|
|
format
gofumpt would reformat:
|
|
vet
Process completed with exit code 1.
|
|
vet:
internal/config/credentials_store.go#L10
no required module provides package github.com/GrayCodeAI/eyrie/runtime; to add it:
|
|
vet:
cmd/chat_welcome.go#L10
no required module provides package github.com/GrayCodeAI/eyrie/credentials; to add it:
|
|
module hygiene
Process completed with exit code 1.
|
|
module hygiene:
internal/config/credentials_store.go#L10
cannot find module providing package github.com/GrayCodeAI/eyrie/runtime: import lookup disabled by -mod=readonly
|
|
module hygiene:
cmd/chat_welcome.go#L10
cannot find module providing package github.com/GrayCodeAI/eyrie/credentials: import lookup disabled by -mod=readonly
|