Skip to content

Commit

Permalink
Fix vulnerability in crictl in hardend alpine image
Browse files Browse the repository at this point in the history
Signed-off-by: Udit Gaurav <[email protected]>
  • Loading branch information
uditgaurav committed Apr 26, 2024
1 parent 9fd8bb6 commit e7bb00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chaoslib/litmus/spring-boot-chaos/lib/spring-boot-chaos.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ func disableChaosMonkey(chaosMonkeyPort string, chaosMonkeyPath string, pod core
return cerrors.Error{ErrorCode: cerrors.ErrorTypeChaosRevert, Target: fmt.Sprintf("{podName: %s, namespace: %s}", pod.Name, pod.Namespace), Reason: fmt.Sprintf("failed to disable chaos monkey endpoint (status: %d)", resp.StatusCode)}
}

return nil
return err
}

// injectChaosInSerialMode injects chaos monkey assault on pods in serial mode(one by one)
Expand Down

0 comments on commit e7bb00f

Please sign in to comment.