1 parent 57a396a commit 54fb9d6Copy full SHA for 54fb9d6
2 files changed
Dockerfile
@@ -18,7 +18,6 @@ RUN git clone --depth 1 https://github.com/trufflesecurity/trufflehog.git /tmp/t
18
go build -o /go/bin/trufflehog . && \
19
cd /app && \
20
rm -rf /tmp/trufflehog && \
21
- go install -v github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latest && \
22
go install -v github.com/jaeles-project/gospider@latest && \
23
go install -v github.com/d3mondev/puredns/v2@latest
24
internal/scanner/checktools/checktools.go
@@ -17,7 +17,6 @@ type Tool struct {
17
func Run() error {
tools := []Tool{
// Core external scanners AutoAR still calls as CLIs
- {"nuclei", "nuclei"},
{"trufflehog", "trufflehog"},
// General utilities used by modules and docker-compose examples
0 commit comments