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=d53c572adcb279b9c8fa74289e5cbbe568228d5f
ARG HTTPX_REF=35ab81a1c158648245ac8dce10a0aec233b8c79f

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=a6e28fb218f83d35e774c99066b93d96b68a5ffa
ARG NUCLEI_TEMPLATES_REF=6994a9cdb63cfdff8b80a5c6359cb71b063f972e

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=d53c572adcb279b9c8fa74289e5cbbe568228d5f
ARG HTTPX_REF=35ab81a1c158648245ac8dce10a0aec233b8c79f

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=a6e28fb218f83d35e774c99066b93d96b68a5ffa
ARG NUCLEI_TEMPLATES_REF=6994a9cdb63cfdff8b80a5c6359cb71b063f972e

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": "d53c572adcb279b9c8fa74289e5cbbe568228d5f"
"ref": "35ab81a1c158648245ac8dce10a0aec233b8c79f"
},
"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": "a6e28fb218f83d35e774c99066b93d96b68a5ffa"
"ref": "6994a9cdb63cfdff8b80a5c6359cb71b063f972e"
}
}
Loading