| name | ⚓️ New Hook request |
|---|---|
| about | Suggest an idea for a new data processing or integration hook in this project. |
| labels | hook |
Hint: A general guide how to implement a new SCB Hook is documented here
- Create a new folder with the name of the hook here
- Add a
README.mdand give a brief overview of the scanner and its configuration options. - Add a HelmChart and document all configuration options.
- Add (optional) a
Dockerfilefor the scanner if there is no existing one publicly available on dockerHub.io - Use the Hook-SDK to implement a new hook (currently based on NodeJS)
- Add unit tests with at minimum 80% test coverage
- Add some example
scan.yamlandfinding.yamlfiles in the example folder - Implement a new integration or E2E test for the hook here