Brandon Mitchell
Brandon Mitchell
### Current Behavior The UI looks like I made it. ### Expected Behavior The UI should look like someone who knows what they're doing made it. ### Steps To Reproduce...
### Current Behavior Directly building the go binary from the repo without first building the UI is not possible. ### Expected Behavior `go install` should run from the repo without...
While trying out this action, I'm encountering the error: "GraphQL: Resource not accessible by integration (addComment)". I tried passing the `GITHUB_TOKEN` environment variable, setting the `pull-requests: write` permission on the...
This swaps out https://github.com/xeipuuv/gojsonschema for https://github.com/santhosh-tekuri/jsonschema. Considering how far back some of this code goes, feedback from @stevvooe and @vbatts would be awesome.
Based on our discussion on the June 6th call, we decided to remove the warnings from the code and focus on only things that trigger an error. We had not...
**Describe the bug** The Pinned Dependency check is reporting a false positive for Dockerfile entries with a build arg and multi-stage build. **Reproduction steps** Steps to reproduce the behavior: With...
Fixes #494. Pending tasks before removing this from draft: - [ ] Redesign conformance tests in a separate PR to make a matrix of types of content and registry APIs...
Fixes #530. The spec itself doesn't restrict the length of the repository `` value, allowing registries to impose their own length limits. However, many existing clients have a length limit,...
Fixes #540. This allows a 404 on blob deletion for registries that immediately prune blobs on manifest deletion. It also reorders a couple of checks for consistency (404 before 405).
### Fixes issue ### Describe the change This is an experimental feature being tested for the OCI image compatibility working group. ### How to verify it The platform parser now...