1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-11-13 03:09:11 +00:00

Set default version of docs to latest (#1082)

This commit is contained in:
Huang Huang 2022-01-14 21:52:26 +08:00 committed by GitHub
parent 16ba76614f
commit ee969a5034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
index.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>Redirecting</title>
<script>
window.location.replace("latest");
</script>
</head>
<body>
</body>
</html>