Skip to content

Commit

Permalink
docs: fix tool name on readme page, copied from another orb (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Burr <juburr@users.noreply.github.com>
  • Loading branch information
juburr and juburr authored Aug 13, 2024
1 parent 0675770 commit e4cb03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ This is an unofficial Apko orb used for installing Apko in your CircleCI pipelin
### **Secure By Design**
- **Least Privilege**: Installs to a user-owned directory by default, with no `sudo` usage anywhere in this orb.
- **Integrity**: Checksum validation of all downloaded binaries using SHA-512.
- **Provenance**: Installs directly from Cosign's official [releases page](https://github.com/sigstore/cosign/releases/) on GitHub. No third-party websites, domains, or proxies are used.
- **Provenance**: Installs directly from Apko's official [releases page](https://github.com/chainguard-dev/apko/releases/) on GitHub. No third-party websites, domains, or proxies are used.
- **Confidentiality**: All secrets and environment variables are handled in accordance with CircleCI's [security recommendations](https://circleci.com/docs/security-recommendations/) and [best practices](https://circleci.com/docs/orbs-best-practices/).
- **Privacy**: No usage data of any kind is collected or shipped back to the orb developer.

0 comments on commit e4cb03e

Please sign in to comment.