Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.72 KB

HarborProjectMetadata.md

File metadata and controls

15 lines (12 loc) · 1.72 KB

HarborProjectMetadata

Properties

Name Type Description Notes
Public string The public status of the project. The valid values are "true", "false". [optional] [default to null]
EnableContentTrust string Whether content trust is enabled or not. If it is enabled, user can't pull unsigned images from this project. The valid values are "true", "false". [optional] [default to null]
PreventVul string Whether prevent the vulnerable images from running. The valid values are "true", "false". [optional] [default to null]
Severity string If the vulnerability is high than severity defined here, the images can't be pulled. The valid values are "none", "low", "medium", "high", "critical". [optional] [default to null]
AutoScan string Whether scan images automatically when pushing. The valid values are "true", "false". [optional] [default to null]
ReuseSysCveAllowlist string Whether this project reuse the system level CVE allowlist as the allowlist of its own. The valid values are "true", "false". If it is set to "true" the actual allowlist associate with this project, if any, will be ignored. [optional] [default to null]
RetentionId string The ID of the tag retention policy for the project [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]