From dea07ca02cbc352c5c313cc77e2635f2a7315761 Mon Sep 17 00:00:00 2001 From: CarlosCommits <41172581+CarlosCommits@users.noreply.github.com> Date: Mon, 3 Aug 2026 10:31:04 +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 7b34299..583cd8c 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=4ccef9ea7c907d917b1608d60d73b12823bdfdf5 +ARG NUCLEI_TEMPLATES_REF=e9f0fe7fa4f5c548bbd1a4d3b65d0f181021e664 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 e4717a4..780ff9e 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=4ccef9ea7c907d917b1608d60d73b12823bdfdf5 +ARG NUCLEI_TEMPLATES_REF=e9f0fe7fa4f5c548bbd1a4d3b65d0f181021e664 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 fe6e9ab..cbd4f4f 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": "4ccef9ea7c907d917b1608d60d73b12823bdfdf5" + "ref": "e9f0fe7fa4f5c548bbd1a4d3b65d0f181021e664" } }