mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-11-16 04:49:19 +00:00
16 lines
392 B
HTML
16 lines
392 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Redirecting</title>
|
|
<noscript>
|
|
<meta http-equiv="refresh" content="1; url=../../v0.6.6/running/" />
|
|
</noscript>
|
|
<script>
|
|
window.location.replace("../../v0.6.6/running/" + window.location.hash);
|
|
</script>
|
|
</head>
|
|
<body>
|
|
Redirecting to <a href="../../v0.6.6/running/">../../v0.6.6/running/</a>...
|
|
</body>
|
|
</html> |