Ver Fonte

set the web stable version to production charts

Alexander Belanger há 3 anos atrás
pai
commit
828c285a09
1 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 2
      internal/opa/policies/web/web_version.rego

+ 1 - 2
internal/opa/policies/web/web_version.rego

@@ -8,8 +8,7 @@ POLICY_VERSION := "v0.0.1"
 
 
 POLICY_SEVERITY := "high"
 POLICY_SEVERITY := "high"
 
 
-# TODO: set the actual latest stable version
-latest_stable_version := "0.115.0"
+latest_stable_version := "0.50.0"
 
 
 POLICY_TITLE := sprintf("The web version should be at least v%s", [latest_stable_version])
 POLICY_TITLE := sprintf("The web version should be at least v%s", [latest_stable_version])