Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ RUN git clone --filter=blob:none "${HTTPX_REPO}" /tmp/httpx \
FROM golang:1.26-bookworm AS nuclei-builder

ARG NUCLEI_VERSION=v3.11.1
ARG SUBFINDER_VERSION=v2.15.0
ARG SUBFINDER_VERSION=v2.16.0
ARG NUCLEI_TEMPLATES_REPO=https://github.com/projectdiscovery/nuclei-templates.git
ARG NUCLEI_TEMPLATES_REF=f6797b29233e696fdc28050f6f14fb0ce1f0606d
ARG NUCLEI_TEMPLATES_REF=24858b4bfabfa86f0bcfd36aea24fb535152b012

RUN go install "github.com/projectdiscovery/nuclei/v3/cmd/nuclei@${NUCLEI_VERSION}"
RUN go install "github.com/projectdiscovery/subfinder/v2/cmd/subfinder@${SUBFINDER_VERSION}"
Expand Down
4 changes: 2 additions & 2 deletions worker/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ RUN git clone --filter=blob:none "${HTTPX_REPO}" /tmp/httpx \
FROM golang:1.26-bookworm AS nuclei-builder

ARG NUCLEI_VERSION=v3.11.1
ARG SUBFINDER_VERSION=v2.15.0
ARG SUBFINDER_VERSION=v2.16.0
ARG NUCLEI_TEMPLATES_REPO=https://github.com/projectdiscovery/nuclei-templates.git
ARG NUCLEI_TEMPLATES_REF=f6797b29233e696fdc28050f6f14fb0ce1f0606d
ARG NUCLEI_TEMPLATES_REF=24858b4bfabfa86f0bcfd36aea24fb535152b012

RUN go install "github.com/projectdiscovery/nuclei/v3/cmd/nuclei@${NUCLEI_VERSION}"
RUN go install "github.com/projectdiscovery/subfinder/v2/cmd/subfinder@${SUBFINDER_VERSION}"
Expand Down
4 changes: 2 additions & 2 deletions worker/scanner-pins.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
},
"subfinder": {
"module": "github.com/projectdiscovery/subfinder/v2/cmd/subfinder",
"version": "v2.15.0"
"version": "v2.16.0"
},
"nucleiTemplates": {
"repo": "projectdiscovery/nuclei-templates",
"gitUrl": "https://github.com/projectdiscovery/nuclei-templates.git",
"sourceRef": "main",
"ref": "f6797b29233e696fdc28050f6f14fb0ce1f0606d"
"ref": "24858b4bfabfa86f0bcfd36aea24fb535152b012"
}
}
Loading