ivre / masscanned

Let's be scanned. A low-interaction honeypot focused on network scanners and bots. It integrates very well with IVRE to build a self-hosted alternative to GreyNoise.
GNU General Public License v3.0
96 stars 15 forks source link

Docker: use rust image as builder (latest version) #216

Closed p-l- closed 3 months ago

p-l- commented 4 months ago

This fixes build since Debian comes with a rust version that is a bit too old to compile masscanned with the fixed dependencies.

Also, this PR introduces a new CI job to make sure the Docker image builds correctly for each PR & push.