Skip to content

Commit 54fb9d6

Browse files
committed
chore: remove nuclei dependency from Dockerfile and checktools scanner
1 parent 57a396a commit 54fb9d6

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ RUN git clone --depth 1 https://github.com/trufflesecurity/trufflehog.git /tmp/t
1818
go build -o /go/bin/trufflehog . && \
1919
cd /app && \
2020
rm -rf /tmp/trufflehog && \
21-
go install -v github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latest && \
2221
go install -v github.com/jaeles-project/gospider@latest && \
2322
go install -v github.com/d3mondev/puredns/v2@latest
2423

internal/scanner/checktools/checktools.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ type Tool struct {
1717
func Run() error {
1818
tools := []Tool{
1919
// Core external scanners AutoAR still calls as CLIs
20-
{"nuclei", "nuclei"},
2120
{"trufflehog", "trufflehog"},
2221

2322
// General utilities used by modules and docker-compose examples

0 commit comments

Comments
 (0)