mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-12 07:40:48 -08:00
Deployed b7947b37e to v0.57 with MkDocs 1.3.0 and mike 1.1.2
This commit is contained in:
@@ -2350,6 +2350,33 @@ You're not viewing the latest version.
|
||||
DB Repository
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#rate-limits" class="md-nav__link">
|
||||
Rate limits
|
||||
</a>
|
||||
|
||||
<nav class="md-nav" aria-label="Rate limits">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#authenticated-use-of-registries" class="md-nav__link">
|
||||
Authenticated use of Registries
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#caching-dbs" class="md-nav__link">
|
||||
Caching DBs
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
@@ -4221,6 +4248,33 @@ You're not viewing the latest version.
|
||||
DB Repository
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#rate-limits" class="md-nav__link">
|
||||
Rate limits
|
||||
</a>
|
||||
|
||||
<nav class="md-nav" aria-label="Rate limits">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#authenticated-use-of-registries" class="md-nav__link">
|
||||
Authenticated use of Registries
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#caching-dbs" class="md-nav__link">
|
||||
Caching DBs
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
@@ -4357,6 +4411,15 @@ You can reference the OCI manifest of <a href="https://github.com/aquasecurity/t
|
||||
<p>Trivy automatically adds the <code>trivy-db</code> schema version as a tag if the tag is not used:</p>
|
||||
<p><code>trivy-db-registry:latest</code> => <code>trivy-db-registry:latest</code>, but <code>trivy-db-registry</code> => <code>trivy-db-registry:2</code>.</p>
|
||||
</div>
|
||||
<h3 id="rate-limits">Rate limits</h3>
|
||||
<p>Trivy hosts its databases on public OCI registries that are subject to their respective rate limits. While we strive to make the databases available to every
|
||||
Trivy user, there are certain recommendations that one can make in order to ensure rate limits are not hit.</p>
|
||||
<h4 id="authenticated-use-of-registries">Authenticated use of Registries</h4>
|
||||
<p>By authenticating with the registries that Trivy hosts its DBs on can significantly increase the limit for users. For Amazon ECR, the details for rate limits can be found <a href="https://docs.aws.amazon.com/AmazonECR/latest/public/public-service-quotas.html">ecr-limits</a>.</p>
|
||||
<p>Please see more info on how to authenticate with ECR <a href="https://aws.amazon.com/blogs/compute/authenticating-amazon-ecr-repositories-for-docker-cli-with-credential-helper/">auth-ecr</a>.</p>
|
||||
<h4 id="caching-dbs">Caching DBs</h4>
|
||||
<p>Trivy DB and Trivy Java DB are published every 6 hours and 24 hours, respectively. If you are running Trivy scans more often than this, you can significantly benefit from caching the DBs on each run and updating them as needed.
|
||||
Once example of this can be seen in Trivy Action, where with caching multiple CI invocations can be performed with a single download of the DBs. More on info Trivy Action caching can be found <a href="https://github.com/aquasecurity/trivy-action?tab=readme-ov-file#cache">trivy-action-cache</a>.</p>
|
||||
<h2 id="java-index-database">Java Index Database</h2>
|
||||
<p>The same options are also available for the Java index DB, which is used for scanning Java applications.
|
||||
Skipping an update can be done by using the <code>--skip-java-db-update</code> option, while <code>--download-java-db-only</code> can be used to only download the Java index DB.</p>
|
||||
|
||||
@@ -4369,7 +4369,7 @@ For example, it may be useful when your file name of Dockerfile doesn't match th
|
||||
<p>A file pattern contains the analyzer it is used for, and the pattern itself, joined by a semicolon. For example:
|
||||
<div class="highlight"><pre><span></span><code>--file-patterns "dockerfile:.*.docker" --file-patterns "kubernetes:*.tpl" --file-patterns "pip:requirements-.*\.txt"
|
||||
</code></pre></div></p>
|
||||
<p>The prefixes are listed <a href="https://github.com/aquasecurity/trivy/tree/3d537b908bebf4caff821871853b6029791706ed/pkg/fanal/analyzer/const.go">here</a></p>
|
||||
<p>The prefixes are listed <a href="https://github.com/aquasecurity/trivy/tree/b7947b37ee47ea79dff550462c297164eb47aa9e/pkg/fanal/analyzer/const.go">here</a></p>
|
||||
<div class="footnote">
|
||||
<hr />
|
||||
<ol>
|
||||
|
||||
@@ -4268,7 +4268,7 @@ You're not viewing the latest version.
|
||||
--config-data strings specify paths from which data for the Rego checks will be recursively loaded
|
||||
--config-file-schemas strings specify paths to JSON configuration file schemas to determine that a file matches some configuration and pass the schema to Rego checks for type checking
|
||||
--custom-headers strings custom headers in client mode
|
||||
--db-repository strings OCI repository(ies) to retrieve trivy-db in order of priority (default [ghcr.io/aquasecurity/trivy-db:2])
|
||||
--db-repository strings OCI repository(ies) to retrieve trivy-db in order of priority (default [mirror.gcr.io/aquasec/trivy-db:2,ghcr.io/aquasecurity/trivy-db:2])
|
||||
--dependency-tree [EXPERIMENTAL] show dependency origin tree of vulnerable packages
|
||||
--detection-priority string specify the detection priority:
|
||||
- "precise": Prioritizes precise by minimizing false positives.
|
||||
@@ -4295,7 +4295,7 @@ You're not viewing the latest version.
|
||||
--include-deprecated-checks include deprecated checks
|
||||
--include-dev-deps include development dependencies in the report (supported: npm, yarn)
|
||||
--include-non-failures include successes, available with '--scanners misconfig'
|
||||
--java-db-repository strings OCI repository(ies) to retrieve trivy-java-db in order of priority (default [ghcr.io/aquasecurity/trivy-java-db:1])
|
||||
--java-db-repository strings OCI repository(ies) to retrieve trivy-java-db in order of priority (default [mirror.gcr.io/aquasec/trivy-java-db:1,ghcr.io/aquasecurity/trivy-java-db:1])
|
||||
--license-confidence-level float specify license classifier's confidence level (default 0.9)
|
||||
--license-full eagerly look for licenses in source code headers and license files
|
||||
--list-all-pkgs output all packages in the JSON report regardless of vulnerability
|
||||
|
||||
@@ -4282,7 +4282,7 @@ You're not viewing the latest version.
|
||||
--config-data strings specify paths from which data for the Rego checks will be recursively loaded
|
||||
--config-file-schemas strings specify paths to JSON configuration file schemas to determine that a file matches some configuration and pass the schema to Rego checks for type checking
|
||||
--custom-headers strings custom headers in client mode
|
||||
--db-repository strings OCI repository(ies) to retrieve trivy-db in order of priority (default [ghcr.io/aquasecurity/trivy-db:2])
|
||||
--db-repository strings OCI repository(ies) to retrieve trivy-db in order of priority (default [mirror.gcr.io/aquasec/trivy-db:2,ghcr.io/aquasecurity/trivy-db:2])
|
||||
--dependency-tree [EXPERIMENTAL] show dependency origin tree of vulnerable packages
|
||||
--detection-priority string specify the detection priority:
|
||||
- "precise": Prioritizes precise by minimizing false positives.
|
||||
@@ -4313,7 +4313,7 @@ You're not viewing the latest version.
|
||||
--include-deprecated-checks include deprecated checks
|
||||
--include-non-failures include successes, available with '--scanners misconfig'
|
||||
--input string input file path instead of image name
|
||||
--java-db-repository strings OCI repository(ies) to retrieve trivy-java-db in order of priority (default [ghcr.io/aquasecurity/trivy-java-db:1])
|
||||
--java-db-repository strings OCI repository(ies) to retrieve trivy-java-db in order of priority (default [mirror.gcr.io/aquasec/trivy-java-db:1,ghcr.io/aquasecurity/trivy-java-db:1])
|
||||
--license-confidence-level float specify license classifier's confidence level (default 0.9)
|
||||
--license-full eagerly look for licenses in source code headers and license files
|
||||
--list-all-pkgs output all packages in the JSON report regardless of vulnerability
|
||||
|
||||
@@ -4286,7 +4286,7 @@ You're not viewing the latest version.
|
||||
--config-check strings specify the paths to the Rego check files or to the directories containing them, applying config files
|
||||
--config-data strings specify paths from which data for the Rego checks will be recursively loaded
|
||||
--config-file-schemas strings specify paths to JSON configuration file schemas to determine that a file matches some configuration and pass the schema to Rego checks for type checking
|
||||
--db-repository strings OCI repository(ies) to retrieve trivy-db in order of priority (default [ghcr.io/aquasecurity/trivy-db:2])
|
||||
--db-repository strings OCI repository(ies) to retrieve trivy-db in order of priority (default [mirror.gcr.io/aquasec/trivy-db:2,ghcr.io/aquasecurity/trivy-db:2])
|
||||
--dependency-tree [EXPERIMENTAL] show dependency origin tree of vulnerable packages
|
||||
--detection-priority string specify the detection priority:
|
||||
- "precise": Prioritizes precise by minimizing false positives.
|
||||
@@ -4318,7 +4318,7 @@ You're not viewing the latest version.
|
||||
--include-kinds strings indicate the kinds included in scanning (example: node)
|
||||
--include-namespaces strings indicate the namespaces included in scanning (example: kube-system)
|
||||
--include-non-failures include successes, available with '--scanners misconfig'
|
||||
--java-db-repository strings OCI repository(ies) to retrieve trivy-java-db in order of priority (default [ghcr.io/aquasecurity/trivy-java-db:1])
|
||||
--java-db-repository strings OCI repository(ies) to retrieve trivy-java-db in order of priority (default [mirror.gcr.io/aquasec/trivy-java-db:1,ghcr.io/aquasecurity/trivy-java-db:1])
|
||||
--k8s-version string specify k8s version to validate outdated api by it (example: 1.21.0)
|
||||
--kubeconfig string specify the kubeconfig file path to use
|
||||
--list-all-pkgs output all packages in the JSON report regardless of vulnerability
|
||||
|
||||
@@ -4268,7 +4268,7 @@ You're not viewing the latest version.
|
||||
--config-data strings specify paths from which data for the Rego checks will be recursively loaded
|
||||
--config-file-schemas strings specify paths to JSON configuration file schemas to determine that a file matches some configuration and pass the schema to Rego checks for type checking
|
||||
--custom-headers strings custom headers in client mode
|
||||
--db-repository strings OCI repository(ies) to retrieve trivy-db in order of priority (default [ghcr.io/aquasecurity/trivy-db:2])
|
||||
--db-repository strings OCI repository(ies) to retrieve trivy-db in order of priority (default [mirror.gcr.io/aquasec/trivy-db:2,ghcr.io/aquasecurity/trivy-db:2])
|
||||
--dependency-tree [EXPERIMENTAL] show dependency origin tree of vulnerable packages
|
||||
--detection-priority string specify the detection priority:
|
||||
- "precise": Prioritizes precise by minimizing false positives.
|
||||
@@ -4295,7 +4295,7 @@ You're not viewing the latest version.
|
||||
--include-deprecated-checks include deprecated checks
|
||||
--include-dev-deps include development dependencies in the report (supported: npm, yarn)
|
||||
--include-non-failures include successes, available with '--scanners misconfig'
|
||||
--java-db-repository strings OCI repository(ies) to retrieve trivy-java-db in order of priority (default [ghcr.io/aquasecurity/trivy-java-db:1])
|
||||
--java-db-repository strings OCI repository(ies) to retrieve trivy-java-db in order of priority (default [mirror.gcr.io/aquasec/trivy-java-db:1,ghcr.io/aquasecurity/trivy-java-db:1])
|
||||
--license-confidence-level float specify license classifier's confidence level (default 0.9)
|
||||
--license-full eagerly look for licenses in source code headers and license files
|
||||
--list-all-pkgs output all packages in the JSON report regardless of vulnerability
|
||||
|
||||
@@ -4270,7 +4270,7 @@ You're not viewing the latest version.
|
||||
--config-data strings specify paths from which data for the Rego checks will be recursively loaded
|
||||
--config-file-schemas strings specify paths to JSON configuration file schemas to determine that a file matches some configuration and pass the schema to Rego checks for type checking
|
||||
--custom-headers strings custom headers in client mode
|
||||
--db-repository strings OCI repository(ies) to retrieve trivy-db in order of priority (default [ghcr.io/aquasecurity/trivy-db:2])
|
||||
--db-repository strings OCI repository(ies) to retrieve trivy-db in order of priority (default [mirror.gcr.io/aquasec/trivy-db:2,ghcr.io/aquasecurity/trivy-db:2])
|
||||
--dependency-tree [EXPERIMENTAL] show dependency origin tree of vulnerable packages
|
||||
--detection-priority string specify the detection priority:
|
||||
- "precise": Prioritizes precise by minimizing false positives.
|
||||
@@ -4297,7 +4297,7 @@ You're not viewing the latest version.
|
||||
--ignorefile string specify .trivyignore file (default ".trivyignore")
|
||||
--include-deprecated-checks include deprecated checks
|
||||
--include-non-failures include successes, available with '--scanners misconfig'
|
||||
--java-db-repository strings OCI repository(ies) to retrieve trivy-java-db in order of priority (default [ghcr.io/aquasecurity/trivy-java-db:1])
|
||||
--java-db-repository strings OCI repository(ies) to retrieve trivy-java-db in order of priority (default [mirror.gcr.io/aquasec/trivy-java-db:1,ghcr.io/aquasecurity/trivy-java-db:1])
|
||||
--license-confidence-level float specify license classifier's confidence level (default 0.9)
|
||||
--license-full eagerly look for licenses in source code headers and license files
|
||||
--list-all-pkgs output all packages in the JSON report regardless of vulnerability
|
||||
|
||||
@@ -4262,7 +4262,7 @@ You're not viewing the latest version.
|
||||
--cache-ttl duration cache TTL when using redis as cache backend
|
||||
--compliance string compliance report to generate
|
||||
--custom-headers strings custom headers in client mode
|
||||
--db-repository strings OCI repository(ies) to retrieve trivy-db in order of priority (default [ghcr.io/aquasecurity/trivy-db:2])
|
||||
--db-repository strings OCI repository(ies) to retrieve trivy-db in order of priority (default [mirror.gcr.io/aquasec/trivy-db:2,ghcr.io/aquasecurity/trivy-db:2])
|
||||
--detection-priority string specify the detection priority:
|
||||
- "precise": Prioritizes precise by minimizing false positives.
|
||||
- "comprehensive": Aims to detect more security findings at the cost of potential false positives.
|
||||
@@ -4279,7 +4279,7 @@ You're not viewing the latest version.
|
||||
--ignore-unfixed display only fixed vulnerabilities
|
||||
--ignored-licenses strings specify a list of license to ignore
|
||||
--ignorefile string specify .trivyignore file (default ".trivyignore")
|
||||
--java-db-repository strings OCI repository(ies) to retrieve trivy-java-db in order of priority (default [ghcr.io/aquasecurity/trivy-java-db:1])
|
||||
--java-db-repository strings OCI repository(ies) to retrieve trivy-java-db in order of priority (default [mirror.gcr.io/aquasec/trivy-java-db:1,ghcr.io/aquasecurity/trivy-java-db:1])
|
||||
--list-all-pkgs output all packages in the JSON report regardless of vulnerability
|
||||
--no-progress suppress progress bar
|
||||
--offline-scan do not issue API requests to identify dependencies
|
||||
|
||||
@@ -4260,7 +4260,7 @@ You're not viewing the latest version.
|
||||
<h3 id="options">Options</h3>
|
||||
<div class="highlight"><pre><span></span><code> --cache-backend string [EXPERIMENTAL] cache backend (e.g. redis://localhost:6379) (default "fs")
|
||||
--cache-ttl duration cache TTL when using redis as cache backend
|
||||
--db-repository strings OCI repository(ies) to retrieve trivy-db in order of priority (default [ghcr.io/aquasecurity/trivy-db:2])
|
||||
--db-repository strings OCI repository(ies) to retrieve trivy-db in order of priority (default [mirror.gcr.io/aquasec/trivy-db:2,ghcr.io/aquasecurity/trivy-db:2])
|
||||
--download-db-only download/update vulnerability database but don't run a scan
|
||||
--enable-modules strings [EXPERIMENTAL] module names to enable
|
||||
-h, --help help for server
|
||||
|
||||
@@ -4265,7 +4265,7 @@ You're not viewing the latest version.
|
||||
--compliance string compliance report to generate
|
||||
--config-file-schemas strings specify paths to JSON configuration file schemas to determine that a file matches some configuration and pass the schema to Rego checks for type checking
|
||||
--custom-headers strings custom headers in client mode
|
||||
--db-repository strings OCI repository(ies) to retrieve trivy-db in order of priority (default [ghcr.io/aquasecurity/trivy-db:2])
|
||||
--db-repository strings OCI repository(ies) to retrieve trivy-db in order of priority (default [mirror.gcr.io/aquasec/trivy-db:2,ghcr.io/aquasecurity/trivy-db:2])
|
||||
--dependency-tree [EXPERIMENTAL] show dependency origin tree of vulnerable packages
|
||||
--detection-priority string specify the detection priority:
|
||||
- "precise": Prioritizes precise by minimizing false positives.
|
||||
@@ -4290,7 +4290,7 @@ You're not viewing the latest version.
|
||||
--ignore-unfixed display only fixed vulnerabilities
|
||||
--ignorefile string specify .trivyignore file (default ".trivyignore")
|
||||
--include-non-failures include successes, available with '--scanners misconfig'
|
||||
--java-db-repository strings OCI repository(ies) to retrieve trivy-java-db in order of priority (default [ghcr.io/aquasecurity/trivy-java-db:1])
|
||||
--java-db-repository strings OCI repository(ies) to retrieve trivy-java-db in order of priority (default [mirror.gcr.io/aquasec/trivy-java-db:1,ghcr.io/aquasecurity/trivy-java-db:1])
|
||||
--list-all-pkgs output all packages in the JSON report regardless of vulnerability
|
||||
--misconfig-scanners strings comma-separated list of misconfig scanners to use for misconfiguration scanning (default [azure-arm,cloudformation,dockerfile,helm,kubernetes,terraform,terraformplan-json,terraformplan-snapshot])
|
||||
--module-dir string specify directory to the wasm modules that will be loaded (default "$HOME/.trivy/modules")
|
||||
|
||||
@@ -4508,6 +4508,7 @@ The config path can be overridden by the <code>--config</code> flag.</p>
|
||||
|
||||
<span class="w"> </span><span class="c1"># Same as '--java-db-repository'</span><span class="w"></span>
|
||||
<span class="w"> </span><span class="nt">java-repository</span><span class="p">:</span><span class="w"></span>
|
||||
<span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">mirror.gcr.io/aquasec/trivy-java-db:1</span><span class="w"></span>
|
||||
<span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">ghcr.io/aquasecurity/trivy-java-db:1</span><span class="w"></span>
|
||||
|
||||
<span class="w"> </span><span class="c1"># Same as '--skip-java-db-update'</span><span class="w"></span>
|
||||
@@ -4518,6 +4519,7 @@ The config path can be overridden by the <code>--config</code> flag.</p>
|
||||
|
||||
<span class="w"> </span><span class="c1"># Same as '--db-repository'</span><span class="w"></span>
|
||||
<span class="w"> </span><span class="nt">repository</span><span class="p">:</span><span class="w"></span>
|
||||
<span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">mirror.gcr.io/aquasec/trivy-db:2</span><span class="w"></span>
|
||||
<span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">ghcr.io/aquasecurity/trivy-db:2</span><span class="w"></span>
|
||||
|
||||
<span class="w"> </span><span class="c1"># Same as '--skip-db-update'</span><span class="w"></span>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -1 +1 @@
|
||||
[{"version": "v0.57", "title": "v0.57", "aliases": ["latest"]}, {"version": "v0.56", "title": "v0.56", "aliases": []}, {"version": "v0.55", "title": "v0.55", "aliases": []}, {"version": "v0.54", "title": "v0.54", "aliases": []}, {"version": "v0.53", "title": "v0.53", "aliases": []}, {"version": "v0.52", "title": "v0.52", "aliases": []}, {"version": "v0.51", "title": "v0.51", "aliases": []}, {"version": "v0.50", "title": "v0.50", "aliases": []}, {"version": "v0.49", "title": "v0.49", "aliases": []}, {"version": "v0.48", "title": "v0.48", "aliases": []}, {"version": "v0.47", "title": "v0.47", "aliases": []}, {"version": "v0.46", "title": "v0.46", "aliases": []}, {"version": "v0.45", "title": "v0.45", "aliases": []}, {"version": "v0.44", "title": "v0.44", "aliases": []}, {"version": "v0.43", "title": "v0.43", "aliases": []}, {"version": "v0.42", "title": "v0.42", "aliases": []}, {"version": "v0.41", "title": "v0.41", "aliases": []}, {"version": "v0.40", "title": "v0.40", "aliases": []}, {"version": "v0.39", "title": "v0.39", "aliases": []}, {"version": "v0.38", "title": "v0.38", "aliases": []}, {"version": "v0.37", "title": "v0.37", "aliases": []}, {"version": "v0.36", "title": "v0.36", "aliases": []}, {"version": "v0.35", "title": "v0.35", "aliases": []}, {"version": "v0.34", "title": "v0.34", "aliases": []}, {"version": "v0.33", "title": "v0.33", "aliases": []}, {"version": "v0.32", "title": "v0.32", "aliases": []}, {"version": "v0.31.3", "title": "v0.31", "aliases": ["v0.31.2", "v0.31.0", "v0.31.1"]}, {"version": "v0.30.4", "title": "v0.30", "aliases": ["v0.30.0", "v0.30.1", "v0.30.2", "v0.30.3"]}, {"version": "v0.29.2", "title": "v0.29", "aliases": ["v0.29.1", "v0.29.0"]}, {"version": "v0.28.1", "title": "v0.28", "aliases": ["v0.28.0"]}, {"version": "v0.27.1", "title": "v0.27", "aliases": ["v0.27.0"]}, {"version": "v0.26.0", "title": "v0.26", "aliases": []}, {"version": "v0.25.4", "title": "v0.25", "aliases": ["v0.25.2", "v0.25.0", "v0.25.1", "v0.25.3"]}, {"version": "v0.24.4", "title": "v0.24", "aliases": ["v0.24.3", "v0.24.0", "v0.24.1", "v0.24.2"]}, {"version": "v0.23.0", "title": "v0.23", "aliases": []}, {"version": "v0.22.0", "title": "v0.22", "aliases": []}, {"version": "v0.21.3", "title": "v0.21", "aliases": ["v0.21.0", "v0.21.1", "v0.21.2"]}, {"version": "v0.20.2", "title": "v0.20", "aliases": ["v0.20.1", "v0.20.0"]}, {"version": "v0.19.2", "title": "v0.19", "aliases": ["v0.19.0", "v0.19.1"]}, {"version": "v0.18.3", "title": "v0.18", "aliases": ["v0.18.0", "v0.18.2", "v0.18.1"]}, {"version": "v0.17.2", "title": "v0.17", "aliases": ["v0.17.1", "v0.17.0"]}, {"version": "v0.16.0", "title": "v0.16", "aliases": []}, {"version": "v0.15.0", "title": "v0.15", "aliases": []}, {"version": "test", "title": "test", "aliases": []}, {"version": "dev", "title": "dev", "aliases": []}]
|
||||
[{"version": "v0.57", "title": "v0.57", "aliases": ["latest"]}, {"version": "v0.56", "title": "v0.56", "aliases": []}, {"version": "v0.55", "title": "v0.55", "aliases": []}, {"version": "v0.54", "title": "v0.54", "aliases": []}, {"version": "v0.53", "title": "v0.53", "aliases": []}, {"version": "v0.52", "title": "v0.52", "aliases": []}, {"version": "v0.51", "title": "v0.51", "aliases": []}, {"version": "v0.50", "title": "v0.50", "aliases": []}, {"version": "v0.49", "title": "v0.49", "aliases": []}, {"version": "v0.48", "title": "v0.48", "aliases": []}, {"version": "v0.47", "title": "v0.47", "aliases": []}, {"version": "v0.46", "title": "v0.46", "aliases": []}, {"version": "v0.45", "title": "v0.45", "aliases": []}, {"version": "v0.44", "title": "v0.44", "aliases": []}, {"version": "v0.43", "title": "v0.43", "aliases": []}, {"version": "v0.42", "title": "v0.42", "aliases": []}, {"version": "v0.41", "title": "v0.41", "aliases": []}, {"version": "v0.40", "title": "v0.40", "aliases": []}, {"version": "v0.39", "title": "v0.39", "aliases": []}, {"version": "v0.38", "title": "v0.38", "aliases": []}, {"version": "v0.37", "title": "v0.37", "aliases": []}, {"version": "v0.36", "title": "v0.36", "aliases": []}, {"version": "v0.35", "title": "v0.35", "aliases": []}, {"version": "v0.34", "title": "v0.34", "aliases": []}, {"version": "v0.33", "title": "v0.33", "aliases": []}, {"version": "v0.32", "title": "v0.32", "aliases": []}, {"version": "v0.31.3", "title": "v0.31", "aliases": ["v0.31.0", "v0.31.1", "v0.31.2"]}, {"version": "v0.30.4", "title": "v0.30", "aliases": ["v0.30.3", "v0.30.0", "v0.30.2", "v0.30.1"]}, {"version": "v0.29.2", "title": "v0.29", "aliases": ["v0.29.0", "v0.29.1"]}, {"version": "v0.28.1", "title": "v0.28", "aliases": ["v0.28.0"]}, {"version": "v0.27.1", "title": "v0.27", "aliases": ["v0.27.0"]}, {"version": "v0.26.0", "title": "v0.26", "aliases": []}, {"version": "v0.25.4", "title": "v0.25", "aliases": ["v0.25.2", "v0.25.0", "v0.25.1", "v0.25.3"]}, {"version": "v0.24.4", "title": "v0.24", "aliases": ["v0.24.3", "v0.24.2", "v0.24.0", "v0.24.1"]}, {"version": "v0.23.0", "title": "v0.23", "aliases": []}, {"version": "v0.22.0", "title": "v0.22", "aliases": []}, {"version": "v0.21.3", "title": "v0.21", "aliases": ["v0.21.0", "v0.21.1", "v0.21.2"]}, {"version": "v0.20.2", "title": "v0.20", "aliases": ["v0.20.0", "v0.20.1"]}, {"version": "v0.19.2", "title": "v0.19", "aliases": ["v0.19.1", "v0.19.0"]}, {"version": "v0.18.3", "title": "v0.18", "aliases": ["v0.18.2", "v0.18.0", "v0.18.1"]}, {"version": "v0.17.2", "title": "v0.17", "aliases": ["v0.17.0", "v0.17.1"]}, {"version": "v0.16.0", "title": "v0.16", "aliases": []}, {"version": "v0.15.0", "title": "v0.15", "aliases": []}, {"version": "test", "title": "test", "aliases": []}, {"version": "dev", "title": "dev", "aliases": []}]
|
||||
Reference in New Issue
Block a user