Commit Graph

5 Commits

Author SHA1 Message Date
Username
17e2530da9 feat: add --tag alias, improve tags output, add management commands
All checks were successful
CI / Lint & Check (push) Successful in 12s
- add --tag alias for --digest in vulns, scan, info, sbom commands
- tags command now shows digest column for each tag
- add delete-repo, delete-project, purge, clean-all commands
- add config command for project settings
- bump version to 0.3.0
2026-01-23 16:53:26 +01:00
Username
aecf1b4148 harbor-ctl: add type hints, build_url helper, verify_ssl flag 2026-01-18 18:32:43 +01:00
Username
2e3ba5f0db fix: remove unnecessary f-string prefix
All checks were successful
CI / Lint & Check (push) Successful in 12s
2026-01-18 17:22:10 +01:00
Username
6479229736 fix: handle empty response body in api_request 2026-01-18 17:10:33 +01:00
Username
6c2b1950fa add harbor registry control utility
CLI tool for managing Harbor registry:
- projects: list projects with metadata
- repos: list repositories in a project
- artifacts: list artifacts with scan overview
- info: show detailed artifact information
- vulns: show vulnerabilities with filtering
- scan: trigger scans with optional wait
- tags: list/add tags
- sbom: get SBOM data
- delete: delete artifacts or tags
- config: configure project settings

Auto-loads credentials from /opt/ansible/secrets/harbor/credentials.json
2026-01-18 16:38:12 +01:00