1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-11-13 03:09:11 +00:00
kube-bench/index.html
2022-01-14 21:52:26 +08:00

12 lines
152 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Redirecting</title>
<script>
window.location.replace("latest");
</script>
</head>
<body>
</body>
</html>