mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-11-13 03:09:11 +00:00
12 lines
152 B
HTML
12 lines
152 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Redirecting</title>
|
|
<script>
|
|
window.location.replace("latest");
|
|
</script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|