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
@@ -1,7 +1,7 @@
FROM golang:1.26-bookworm AS httpx-builder

ARG HTTPX_REPO=https://github.com/CarlosCommits/httpx.git
ARG HTTPX_REF=35ab81a1c158648245ac8dce10a0aec233b8c79f
ARG HTTPX_REF=819d833a83db3c0810bd42b7b403cd8260e6f003

RUN git clone --filter=blob:none "${HTTPX_REPO}" /tmp/httpx \
&& cd /tmp/httpx \
Expand All @@ -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=7add7e2dc140a03407d685896691b385b90b7a7b
ARG NUCLEI_TEMPLATES_REF=3a1f8a10636855133aaf3b4f3289498caa2e5309

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
@@ -1,7 +1,7 @@
FROM golang:1.26-bookworm AS httpx-builder

ARG HTTPX_REPO=https://github.com/CarlosCommits/httpx.git
ARG HTTPX_REF=35ab81a1c158648245ac8dce10a0aec233b8c79f
ARG HTTPX_REF=819d833a83db3c0810bd42b7b403cd8260e6f003

RUN git clone --filter=blob:none "${HTTPX_REPO}" /tmp/httpx \
&& cd /tmp/httpx \
Expand All @@ -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=7add7e2dc140a03407d685896691b385b90b7a7b
ARG NUCLEI_TEMPLATES_REF=3a1f8a10636855133aaf3b4f3289498caa2e5309

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 @@ -3,7 +3,7 @@
"repo": "CarlosCommits/httpx",
"gitUrl": "https://github.com/CarlosCommits/httpx.git",
"sourceRef": "dev",
"ref": "35ab81a1c158648245ac8dce10a0aec233b8c79f"
"ref": "819d833a83db3c0810bd42b7b403cd8260e6f003"
},
"nuclei": {
"module": "github.com/projectdiscovery/nuclei/v3/cmd/nuclei",
Expand All @@ -17,6 +17,6 @@
"repo": "projectdiscovery/nuclei-templates",
"gitUrl": "https://github.com/projectdiscovery/nuclei-templates.git",
"sourceRef": "main",
"ref": "7add7e2dc140a03407d685896691b385b90b7a7b"
"ref": "3a1f8a10636855133aaf3b4f3289498caa2e5309"
}
}
Loading