aRustyDev / aRustyDev/dotfiles
feat(nix-darwin): Install and configure container/security tools bundle
Open
- Dominant language
- Jupyter Notebook
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Install a bundle of container and security tools currently installed via Homebrew:
Container Tools:
- `cosign` - Container signing and verification
- `crane` - Container registry interaction
- `dive` - Docker image layer explorer
Security Tools:
- `gitleaks` - Detect secrets in git repos
- `trivy` - Vulnerability scanner (if available)
- `sops` - Secrets management (if available)
These are currently in:
- `/usr/local/Cellar/`
Contributor guide
Assessment
This issue has not been assessed yet.