From 7fe0e9a5f3c032bea985dcee91417cb4cbd2485b Mon Sep 17 00:00:00 2001 From: CarlosCommits <41172581+CarlosCommits@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:48:35 +0000 Subject: [PATCH] fix(scanner): update scanner pins --- worker/Dockerfile | 2 +- worker/Dockerfile.dev | 2 +- worker/scanner-pins.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/worker/Dockerfile b/worker/Dockerfile index 60f63fa..4199516 100644 --- a/worker/Dockerfile +++ b/worker/Dockerfile @@ -15,7 +15,7 @@ FROM golang:1.25-bookworm AS nuclei-builder ARG NUCLEI_VERSION=v3.11.0 ARG SUBFINDER_VERSION=v2.14.0 ARG NUCLEI_TEMPLATES_REPO=https://github.com/projectdiscovery/nuclei-templates.git -ARG NUCLEI_TEMPLATES_REF=3a1f8a10636855133aaf3b4f3289498caa2e5309 +ARG NUCLEI_TEMPLATES_REF=8667c483a6a392ac711d3a7db6f0bb5b80ac3dd8 RUN go install "github.com/projectdiscovery/nuclei/v3/cmd/nuclei@${NUCLEI_VERSION}" RUN go install "github.com/projectdiscovery/subfinder/v2/cmd/subfinder@${SUBFINDER_VERSION}" diff --git a/worker/Dockerfile.dev b/worker/Dockerfile.dev index ece0059..5baf33b 100644 --- a/worker/Dockerfile.dev +++ b/worker/Dockerfile.dev @@ -15,7 +15,7 @@ FROM golang:1.25-bookworm AS nuclei-builder ARG NUCLEI_VERSION=v3.11.0 ARG SUBFINDER_VERSION=v2.14.0 ARG NUCLEI_TEMPLATES_REPO=https://github.com/projectdiscovery/nuclei-templates.git -ARG NUCLEI_TEMPLATES_REF=3a1f8a10636855133aaf3b4f3289498caa2e5309 +ARG NUCLEI_TEMPLATES_REF=8667c483a6a392ac711d3a7db6f0bb5b80ac3dd8 RUN go install "github.com/projectdiscovery/nuclei/v3/cmd/nuclei@${NUCLEI_VERSION}" RUN go install "github.com/projectdiscovery/subfinder/v2/cmd/subfinder@${SUBFINDER_VERSION}" diff --git a/worker/scanner-pins.json b/worker/scanner-pins.json index c867f24..d7511f2 100644 --- a/worker/scanner-pins.json +++ b/worker/scanner-pins.json @@ -17,6 +17,6 @@ "repo": "projectdiscovery/nuclei-templates", "gitUrl": "https://github.com/projectdiscovery/nuclei-templates.git", "sourceRef": "main", - "ref": "3a1f8a10636855133aaf3b4f3289498caa2e5309" + "ref": "8667c483a6a392ac711d3a7db6f0bb5b80ac3dd8" } }