mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2025-02-22 20:42:08 +00:00
Set default version of docs to latest (#1082)
This commit is contained in:
parent
16ba76614f
commit
ee969a5034
11
index.html
Normal file
11
index.html
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Redirecting</title>
|
||||||
|
<script>
|
||||||
|
window.location.replace("latest");
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user