# Image storage, scaning and signing

Harbor is an open source registry that secures artifacts with policies and role-based access control, ensures images are scanned and free from vulnerabilities, and signs images as trusted. Harbor, a CNCF Graduated project, delivers compliance, performance, and interoperability to help you consistently and securely manage artifacts across cloud native compute platforms like Kubernetes and Docker.

//--- Image secure storage, scanning and signing <https://goharbor.io/>

Also please refer to a section about [Image scanning](https://gitlab.com/johnmkane/tech-recipe-book/-/blob/main/Book/Architect/CI%20CD/Image%20storage,%20scaning%20and%20signing/Image%20scanning/README.md) in [Kubernetes](https://gitlab.com/johnmkane/tech-recipe-book/-/blob/main/Book/Architect/CI%20CD/Image%20storage,%20scaning%20and%20signing/Kubernetes/README.md) chapter.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://book.konstantinsecurity.com/readme/architect/ci-cd/image-storage-scaning-and-signing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
