Skip to content

Commit

Permalink
Set default user and pass for authenticated scans
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnicola committed Sep 7, 2023
1 parent b680624 commit ef92aa0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rust/smoketest/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef92aa0

Please sign in to comment.