CybeDefend Configuration
| Field | Description | Example |
|---|---|---|
| Quay Host | Quay hostname | quay.io |
| Namespace (Organization/User) | Organization or username | myorganization |
| Robot Account Username | Robot account username | myorganization+deploy_robot |
| Robot Account Token | Robot account token | ***** |
| Description | Optional description | Production Quay registry |
How to Configure Quay.io Container Registry
Security Best Practices
Use Robot Accounts
Prefer robot accounts over personal credentials for automated scanning.
Minimal Permissions
Grant only read access for scanning operations.
Rotate Tokens
Rotate robot account tokens regularly to minimize exposure.
Scope to Repositories
Limit robot account access to specific repositories only.
Troubleshooting
Authentication Failed
Authentication Failed
- Verify robot username format:
organization+robot_name - Check if the robot account has been deleted
- Ensure the token is correct
Permission Denied
Permission Denied
- Verify robot account has read access to the repository
- Check repository visibility settings