copacetic
copacetic copied to clipboard
🧵 CLI tool for directly patching container images using reports from vulnerability scanners
This pull request includes changes to the development environment configuration. The most important changes are the addition of a new development container configuration, a post-creation script for the development container,...
Add a link to the newly created Killercoda interactive demo! Closes #346
### What kind of request is this? New feature ### What is your request or suggestion? Add support for encrypted images using https://github.com/containers/ocicrypt ### Are you willing to submit PRs...
### What kind of documentation improvement is needed? Missing information or guidance ### What is the change that is needed? Clarify this info is used to find the appropriate tooling...
Bumps [github.com/aquasecurity/trivy](https://github.com/aquasecurity/trivy) from 0.45.1 to 0.46.1. Release notes Sourced from github.com/aquasecurity/trivy's releases. v0.46.1 Changelog 27a3e55e8 fix(java): download java-db once (#5442) d22373265 chore(deps): bump google.golang.org/grpc from 1.57.0 to 1.57.1 (#5447) v0.46.0...
This PR enables direct push to registry from buildkit: ``` copa patch -i docker.io/library/alpine:3.16.4 -r patch.json -p ttl.sh/alpinepatched:1h ``` One side-effect of this would be that copa wouldn't rely on...
### What kind of request is this? None ### What is your request or suggestion? use copa as a buildkit frontend to generate build context and pass to buildkit example:...
Adds windows+amd64 to the release configuration so copa can run on windows OS (but still target a linux container). Tested: ``` ⇉ ⇉ ⇉ goreleaser release --snapshot --clean --config .goreleaser.yml...
### Version of copa _No response_ ### Expected Behavior Expected to get the latest libraries ### Actual Behavior #6 exporting to client directory #6 copying files 4.42kB done #6 DONE...
### What kind of request is this? Other ### What is your request or suggestion? darwin/macos binaries are not tested today ### Are you willing to submit PRs to contribute...