We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08dbe83 commit 161ed80Copy full SHA for 161ed80
pkg/requests.go
@@ -82,7 +82,7 @@ func checkPoisoningIndicators(repResult *reportResult, request reportRequest, su
82
if len(Config.IgnoreStatus) > 0 {
83
for _, status := range Config.IgnoreStatus {
84
if statusCode1 == status || Config.Website.StatusCode == status {
85
- PrintVerbose("Skipped Status Code "+strconv.Itoa(status)+"\n", NoColor, 2)
+ PrintVerbose("Skipped Status Code "+strconv.Itoa(status)+"\n", Cyan, 1)
86
_, err := GetWebsite(Config.Website.Url.String(), true, true)
87
if err != nil {
88
Print(fmt.Sprintln("Error while checking whether the default status code changed: ", err.Error()), Yellow)
0 commit comments