Fix Rule Evaluation Logic for Handling Multiple Rules of the Same Type - Part 1 (No Data Backfilling) #2458
pr.yml
on: pull_request
license-check
/
License boilerplate check
13s
lint
/
Go Lint
27s
lint
/
Go mod tidy
20s
build
/
Verify build
1m 12s
test
/
Unit testing
2m 32s
image-build
/
Image build
1m 41s
image-build
/
Build Helm chart
1m 44s
image-build
/
Check docker image build
1m 16s
security
/
Code Security Scan
12s
security
/
Helm Security Scan
10s
compose-migrate
/
docker
1m 13s
Annotations
16 errors and 1 warning
lint / Go Lint:
cmd/server/app/serve.go#L33
could not import github.com/stacklok/minder/internal/controlplane (-: # github.com/stacklok/minder/internal/controlplane
|
lint / Go Lint:
internal/controlplane/handlers_profile.go#L505
undefined: dbstat) (typecheck)
|
lint / Go Lint:
internal/controlplane/common.go#L1
: # github.com/stacklok/minder/internal/controlplane [github.com/stacklok/minder/internal/controlplane.test]
|
lint / Go Lint:
internal/controlplane/handlers_profile.go#L505
undefined: dbstat (typecheck)
|
lint / Go Lint
issues found
|
build / Verify build:
internal/controlplane/handlers_profile.go#L505
undefined: dbstat
|
build / Verify build
Process completed with exit code 2.
|
compose-migrate / docker:
internal/controlplane/handlers_profile.go#L505
undefined: dbstat
|
compose-migrate / docker
Process completed with exit code 2.
|
image-build / Check docker image build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c CGO_ENABLED=0 go build -trimpath -o minder-server ./cmd/server" did not complete successfully: exit code: 1
|
|
image-build / Image build
Process completed with exit code 1.
|
image-build / Build Helm chart
undefined: dbstat
|
image-build / Build Helm chart
Process completed with exit code 2.
|
test / Unit testing:
internal/controlplane/handlers_profile.go#L505
undefined: dbstat
|
test / Unit testing
Process completed with exit code 2.
|
test / Unit testing
Error while fetching latest Helm release: Error: [@octokit/auth-action] `GITHUB_TOKEN` variable is not set. It must be set on either `env:` or `with:`. See https://github.com/octokit/auth-action.js#createactionauth. Using default version v3.9.0
|