Tags: mindersec/minder
Tags
build(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.26… ….0 to 2.26.1 in /tools (#5420) build(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 in /tools Bumps [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) from 2.26.0 to 2.26.1. - [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases) - [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/main/.goreleaser.yml) - [Commits](grpc-ecosystem/grpc-gateway@v2.26.0...v2.26.1) --- updated-dependencies: - dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump anchore/sbom-action from 0.17.9 to 0.18.0 (#5348) Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.17.9 to 0.18.0. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](anchore/sbom-action@df80a98...f325610) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add tests for common.go (#5191) * add: tests for the rate limiting logic * add: tests for package/container operations - ListPackagesByRepository() - GetArtifactVersions() - getPackageVersions() * add: tests for hook management business logic + validation - IsMinderHook() - CreateHook() * add: tests for repository access control - CanHandleOwner() - NewFallbackTokenClient() * add: tests for check run operations (permission handling) - StartCheckRun() - UpdateCheckRun() * add: tests for list operations with complex logic - ListFiles() - ListAllRepositories() * add: tests for security advisory management - CreateSecurityAdvisory() - CloseSecurityAdvisory() * fix: linting + license * remove: reduntant safeInt func * fix: no lint * update: int32
Default project ID for data source create/update (#5122) * Default project ID for data source create/update We do some smart stuff in the middleware for the server to determine the target project in case the user does not specify it. We're not so smart ni persisting that to the create/update requests. This fixes that. Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com> * Fix unit tests Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com> --------- Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>
PreviousNext