https://github.com/blackducksoftware/perceptor-scanner
The canonical implementation of perceptor's scanner and image facade.
https://github.com/blackducksoftware/perceptor-scanner
docker image kubernetes openshift pod
Last synced: 19 days ago
JSON representation
The canonical implementation of perceptor's scanner and image facade.
- Host: GitHub
- URL: https://github.com/blackducksoftware/perceptor-scanner
- Owner: blackducksoftware
- License: apache-2.0
- Created: 2018-02-15T19:50:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-04T13:51:33.000Z (about 5 years ago)
- Last Synced: 2025-03-24T10:45:38.113Z (about 1 month ago)
- Topics: docker, image, kubernetes, openshift, pod
- Language: Go
- Homepage:
- Size: 105 MB
- Stars: 5
- Watchers: 5
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Perceptor-scanner
A pod for scanning images by combining the powers of the Hub and Perceptor!
## Structure
This repo includes the standard image facade and scanning implementations.
Both or either may be swapped out by alternate implementations, so long as the REST APIs are maintained.
## Intended use
Perceptor-scanner pod consisting of 2 containers:
- perceptor-imagefacade: makes tar files of docker images available for scanning
- perceptor-scanner: downloads a scan client from the hub upon startup, and uses the scan client to scan docker images pulled by the imagefacade
## Testing- PifTester -- ties together real perceivers and the image facade, for image facade testing
- ScannerTester -- uses a mock image facade to test the scanner## Getting involved
To get involved, create an issue, submit a PR, or directly ping the developers in your issue.
We welcome new contributors!
## See also
Companion repositories:
- [perceptor](https://github.com/blackducksoftware/perceptor)
- [perceivers](https://github.com/blackducksoftware/perceivers)
- [perceptor-protoform](https://github.com/blackducksoftware/perceptor-protoform)
- [skyfire](https://github.com/blackducksoftware/perceptor-skyfire)