notation
notation copied to clipboard
A CLI tool to sign and verify artifacts
### What is not working as expected? Use `notation verify` command to verify an image signed with a CA issued certificate. The certificate chain contains intermediate CA certificate and root...
### Is your feature request related to a problem? I would like to use notation on arm32 processors. ### What solution do you propose? I'd like to see arm in...
Here is the proposal for Notation patch release including `notation-core-go v1.0.3`, `notation-go v1.1.1` and `notation v1.1.1`. **Target date:** May 31 2024 (Code freeze on May 24, and release process will...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.8 to 3.26.13. Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. Note...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.29.0 to 0.30.0. Commits 6cc5ac4 go.mod: update golang.org/x dependencies f88258d websocket: update nhooyr.io/websocket to github.com/coder/websocket 7191757 http2: add support for net/http HTTP2 config field 4790dc7 http2: add...
We may want to add some E2E test cases for CRL revocation check, such as CRL combined with timestamping, etc.
### Is your feature request related to a problem? The user would like to authenticate with a container registry after [buildah login](https://github.com/containers/buildah/blob/main/docs/buildah-login.1.md). Buildah generates an authentication file in `${XDG_RUNTIME_DIR}/containers/auth.json.` Notation...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.3. Release notes Sourced from actions/upload-artifact's releases. v4.4.3 What's Changed Undo indirect dependency updates from #627 by @joshmgross in actions/upload-artifact#632 Full Changelog: https://github.com/actions/upload-artifact/compare/v4.4.2...v4.4.3 v4.4.2 What's...
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.1. Release notes Sourced from actions/cache's releases. v4.1.1 What's Changed Restore original behavior of cache-hit output by @joshmgross in actions/cache#1467 Full Changelog: https://github.com/actions/cache/compare/v4.1.0...v4.1.1 v4.1.0 What's...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.1. Release notes Sourced from actions/checkout's releases. v4.2.1 What's Changed Check out other refs/* by commit if provided, fall back to ref by @orhantoy in...