https://github.com/eraser-dev/eraser-scanner-template
🔎 Scanner template for Eraser
https://github.com/eraser-dev/eraser-scanner-template
containers eraser scanner template
Last synced: 10 months ago
JSON representation
🔎 Scanner template for Eraser
- Host: GitHub
- URL: https://github.com/eraser-dev/eraser-scanner-template
- Owner: eraser-dev
- License: mit
- Created: 2022-12-08T21:55:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-13T23:20:00.000Z (over 2 years ago)
- Last Synced: 2023-11-14T23:40:22.269Z (over 2 years ago)
- Topics: containers, eraser, scanner, template
- Language: Go
- Homepage: https://eraser-dev.github.io/eraser/docs/custom-scanner
- Size: 84 KB
- Stars: 1
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Eraser: Scanner Template
This repo is to be used with [Eraser](https://github.com/eraser-dev/eraser), as a template for the customizable scanner.
To use, implement the `scan()` function, which takes in a list of all non-running, non-excluded images in the cluster. This function should return any non-compliant images and any images that failed to scan. When complete, provide your custom scanner image to Eraser in deployment.