From ef92aa0f5b06155be6cafee46842d72f4355283e Mon Sep 17 00:00:00 2001 From: Juan Jose Nicola Date: Thu, 7 Sep 2023 09:57:09 +0200 Subject: [PATCH] Set default user and pass for authenticated scans --- rust/smoketest/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rust/smoketest/Makefile b/rust/smoketest/Makefile index b1b2a1a91..0756bdaf5 100644 --- a/rust/smoketest/Makefile +++ b/rust/smoketest/Makefile @@ -22,6 +22,11 @@ ifndef CARGO CARGO := cargo endif +ifndef TARGET_USERNAME + TARGET_USERNAME := noname + TARGET_PASSWORD := nopass +endif + all: build run-with-certs build: prepare-scan