CERT-Polska / Artemis

A modular vulnerability scanner with automatic report generation capabilities.
https://cert.pl/en/posts/2024/01/artemis-security-scanner/
BSD 3-Clause "New" or "Revised" License
546 stars 48 forks source link

Automated Dependabot bumping #1122

Closed kshitijk4poor closed 3 months ago

kshitijk4poor commented 3 months ago

📦 Update Go packages and Dependabot configuration

This PR updates several Go packages in the docker/Dockerfile to their latest versions: we use go.mod file to handle the golang modules and additionally add nuclei to it and then use its version through bash backticks in the Dockerfile

Additionally, the dependabot.yml configuration file has been updated to include the Go packages and specify the desired update interval.

📋 Todo