mirror of
https://github.com/aquasecurity/trivy.git
synced 2026-01-31 13:53:14 +08:00
Deployed 14d2b83d4 to dev with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
2
dev/docs/configuration/cache/index.html
vendored
2
dev/docs/configuration/cache/index.html
vendored
@@ -8074,7 +8074,7 @@ It supports three types of backends for this cache: </p>
|
||||
<p class="admonition-title">Note</p>
|
||||
<p>Internally, this backend uses <a href="https://github.com/etcd-io/bbolt">BoltDB</a>, which has an important limitation: only one process can access the cache at a time.
|
||||
Subsequent processes attempting to access the cache will be locked.
|
||||
For more details on this limitation, refer to the <a href="https://trivy.dev/v0.63.0-5-gef5f8de8d/docs/references/troubleshooting/#running-in-parallel-takes-same-time-as-series-run">troubleshooting guide</a>.</p>
|
||||
For more details on this limitation, refer to the <a href="https://trivy.dev/v0.63.0-6-g14d2b83d4/docs/references/troubleshooting/#running-in-parallel-takes-same-time-as-series-run">troubleshooting guide</a>.</p>
|
||||
</div>
|
||||
<h3 id="memory">Memory<a class="headerlink" href="#memory" title="Permanent link">¶</a></h3>
|
||||
<p>The memory backend stores analysis results in memory, which means the cache is discarded when the process ends.
|
||||
|
||||
@@ -8702,8 +8702,8 @@ ignore {
|
||||
<div class="highlight"><pre><span></span><code>trivy<span class="w"> </span>image<span class="w"> </span>--ignore-policy<span class="w"> </span>examples/ignore-policies/basic.rego<span class="w"> </span>centos:7
|
||||
</code></pre></div>
|
||||
<p>For more advanced use cases, there is a built-in Rego library with helper functions that you can import into your policy using: <code>import data.lib.trivy</code>.
|
||||
More info about the helper functions are in the library <a href="https://github.com/aquasecurity/trivy/tree/v0.63.0-5-gef5f8de8d/pkg/result/module.go">here</a>.</p>
|
||||
<p>You can create a whitelist of checks using Rego, see the detailed <a href="https://github.com/aquasecurity/trivy/tree/v0.63.0-5-gef5f8de8d/examples/ignore-policies/whitelist.rego">example</a>. Additional examples are available <a href="https://github.com/aquasecurity/trivy/tree/v0.63.0-5-gef5f8de8d/examples/ignore-policies">here</a>.</p>
|
||||
More info about the helper functions are in the library <a href="https://github.com/aquasecurity/trivy/tree/v0.63.0-6-g14d2b83d4/pkg/result/module.go">here</a>.</p>
|
||||
<p>You can create a whitelist of checks using Rego, see the detailed <a href="https://github.com/aquasecurity/trivy/tree/v0.63.0-6-g14d2b83d4/examples/ignore-policies/whitelist.rego">example</a>. Additional examples are available <a href="https://github.com/aquasecurity/trivy/tree/v0.63.0-6-g14d2b83d4/examples/ignore-policies">here</a>.</p>
|
||||
<h3 id="by-vulnerability-exploitability-exchange-vex">By Vulnerability Exploitability Exchange (VEX)<a class="headerlink" href="#by-vulnerability-exploitability-exchange-vex" title="Permanent link">¶</a></h3>
|
||||
<table>
|
||||
<thead>
|
||||
|
||||
@@ -8038,7 +8038,7 @@ A file pattern configuration takes the following form: <code><analyzer>:&l
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p>The list of analyzers can be found <a href="https://github.com/aquasecurity/trivy/tree/ef5f8de8dadf5534a2c965aecca01c7067e5baca/pkg/fanal/analyzer/const.go">here</a>.
|
||||
<p>The list of analyzers can be found <a href="https://github.com/aquasecurity/trivy/tree/14d2b83d4bc1787b3ed9582bf4e1219ccaf26a40/pkg/fanal/analyzer/const.go">here</a>.
|
||||
Note that this flag is not applicable for parsers that accepts files of different extensions, for example the Terraform file parser which handles .tf and .tf.json files.</p>
|
||||
<p>The file path can use a <a href="https://pkg.go.dev/regexp/syntax">regular expression</a>. For example:</p>
|
||||
<div class="highlight"><pre><span></span><code><span class="c1"># interpret any file with .txt extension as a python pip requirements file</span>
|
||||
|
||||
@@ -7999,7 +7999,7 @@ To correctly detection licenses, ensure that the cache directory contains all de
|
||||
<p>The local cache should contain the dependencies used. See <a href="#licenses">licenses</a>. <a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">↩</a><a class="footnote-backref" href="#fnref2:1" title="Jump back to footnote 1 in the text">↩</a></p>
|
||||
</li>
|
||||
<li id="fn:2">
|
||||
<p><code>conan.lock</code> is default name. To scan a custom filename use <a href="../../../configuration/skipping/#file-patterns">file-patterns</a>. <a class="footnote-backref" href="#fnref:2" title="Jump back to footnote 2 in the text">↩</a><a class="footnote-backref" href="#fnref2:2" title="Jump back to footnote 2 in the text">↩</a></p>
|
||||
<p><code>conan.lock</code> is default name. To scan a custom filename use <a href="../../../configuration/skipping/#customizing-file-handling">file-patterns</a>. <a class="footnote-backref" href="#fnref:2" title="Jump back to footnote 2 in the text">↩</a><a class="footnote-backref" href="#fnref2:2" title="Jump back to footnote 2 in the text">↩</a></p>
|
||||
</li>
|
||||
<li id="fn:3">
|
||||
<p>For <code>conan.lock</code> in version 2, indirect dependencies are included in analysis but not flagged explicitly in dependency tree <a class="footnote-backref" href="#fnref:3" title="Jump back to footnote 3 in the text">↩</a></p>
|
||||
|
||||
@@ -7951,7 +7951,7 @@ You're not viewing the latest version of the documentation.
|
||||
<hr />
|
||||
<ol>
|
||||
<li id="fn:1">
|
||||
<p><code>mix.lock</code> is default name. To scan a custom filename use <a href="../../../configuration/skipping/#file-patterns">file-patterns</a> <a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">↩</a><a class="footnote-backref" href="#fnref2:1" title="Jump back to footnote 1 in the text">↩</a><a class="footnote-backref" href="#fnref3:1" title="Jump back to footnote 1 in the text">↩</a></p>
|
||||
<p><code>mix.lock</code> is default name. To scan a custom filename use <a href="../../../configuration/skipping/#customizing-file-handling">file-patterns</a> <a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">↩</a><a class="footnote-backref" href="#fnref2:1" title="Jump back to footnote 1 in the text">↩</a><a class="footnote-backref" href="#fnref3:1" title="Jump back to footnote 1 in the text">↩</a></p>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
@@ -8221,7 +8221,7 @@ On the other hand, when the target is a post-build artifact, like a container im
|
||||
<p>✅ means "enabled" and <code>-</code> means "disabled" in the git repository scanning <a class="footnote-backref" href="#fnref:7" title="Jump back to footnote 7 in the text">↩</a></p>
|
||||
</li>
|
||||
<li id="fn:8">
|
||||
<p>To scan a filename other than the default filename use <a href="../../configuration/skipping/#file-patterns">file-patterns</a> <a class="footnote-backref" href="#fnref:8" title="Jump back to footnote 8 in the text">↩</a></p>
|
||||
<p>To scan a filename other than the default filename use <a href="../../configuration/skipping/#customizing-file-handling">file-patterns</a> <a class="footnote-backref" href="#fnref:8" title="Jump back to footnote 8 in the text">↩</a></p>
|
||||
</li>
|
||||
<li id="fn:9">
|
||||
<p><code>Directory.Packages.props</code> and legacy <code>Packages.props</code> file names are supported <a class="footnote-backref" href="#fnref:9" title="Jump back to footnote 9 in the text">↩</a></p>
|
||||
|
||||
@@ -8277,7 +8277,7 @@ You're not viewing the latest version of the documentation.
|
||||
<h1 id="config-file">Config file<a class="headerlink" href="#config-file" title="Permanent link">¶</a></h1>
|
||||
<p>Trivy can be customized by tweaking a <code>trivy.yaml</code> file.
|
||||
The config path can be overridden by the <code>--config</code> flag.</p>
|
||||
<p>An example is <a href="https://github.com/aquasecurity/trivy/tree/v0.63.0-5-gef5f8de8d/examples/trivy-conf/trivy.yaml">here</a>.</p>
|
||||
<p>An example is <a href="https://github.com/aquasecurity/trivy/tree/v0.63.0-6-g14d2b83d4/examples/trivy-conf/trivy.yaml">here</a>.</p>
|
||||
<p>These samples contain default values for flags.</p>
|
||||
<h2 id="global-options">Global options<a class="headerlink" href="#global-options" title="Permanent link">¶</a></h2>
|
||||
<div class="highlight"><pre><span></span><code><span class="nt">cache</span><span class="p">:</span>
|
||||
|
||||
@@ -2158,6 +2158,17 @@ You're not viewing the latest version of the documentation.
|
||||
<nav class="md-nav" aria-label="Filtering resources by inline comments">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#expiration-date" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
|
||||
Expiration Date
|
||||
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#ignoring-by-attributes" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
@@ -8019,6 +8030,17 @@ You're not viewing the latest version of the documentation.
|
||||
<nav class="md-nav" aria-label="Filtering resources by inline comments">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#expiration-date" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
|
||||
Expiration Date
|
||||
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#ignoring-by-attributes" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
@@ -8106,7 +8128,7 @@ This can be repeated for specifying multiple directories.</p>
|
||||
<div class="highlight"><pre><span></span><code><span class="nb">cd</span><span class="w"> </span>examples/misconf/custom-data
|
||||
trivy<span class="w"> </span>config<span class="w"> </span>--config-check<span class="w"> </span>./my-check<span class="w"> </span>--data<span class="w"> </span>./data<span class="w"> </span>--namespaces<span class="w"> </span>user<span class="w"> </span>./configs
|
||||
</code></pre></div>
|
||||
<p>For more details, see <a href="./custom/data.md">Custom Data</a>.</p>
|
||||
<p>For more details, see <a href="../../custom/data/">Custom Data</a>.</p>
|
||||
<h3 id="passing-namespaces">Passing namespaces<a class="headerlink" href="#passing-namespaces" title="Permanent link">¶</a></h3>
|
||||
<p>By default, Trivy evaluates checks defined in <code>builtin.*</code>.
|
||||
If you want to evaluate custom checks in other packages, you have to specify package prefixes through <code>--namespaces</code> option.
|
||||
@@ -8167,8 +8189,8 @@ For example, you can set a token for the domain name café.fr as TF_TOKEN_xn--ca
|
||||
</code></pre></div></p>
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Note</p>
|
||||
</div>
|
||||
<p>Ignore rules for Helm files should be placed before the YAML object, since only it contains the location data needed for ignoring.</p>
|
||||
</div>
|
||||
<p>Example for Helm:
|
||||
<div class="highlight"><pre><span></span><code><span class="w"> </span><span class="nt">serviceAccountName</span><span class="p">:</span><span class="w"> </span><span class="s">"testchart.serviceAccountName"</span>
|
||||
<span class="w"> </span><span class="nt">containers</span><span class="p">:</span>
|
||||
@@ -8179,16 +8201,13 @@ For example, you can set a token for the domain name café.fr as TF_TOKEN_xn--ca
|
||||
<span class="w"> </span><span class="nt">runAsGroup</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">3000</span>
|
||||
<span class="w"> </span><span class="nt">image</span><span class="p">:</span><span class="w"> </span><span class="s">"your-repository/your-image:your-tag"</span>
|
||||
<span class="w"> </span><span class="nt">imagePullPolicy</span><span class="p">:</span><span class="w"> </span><span class="s">"Always"</span>
|
||||
|
||||
|
||||
<span class="c1">#### Expiration Date</span>
|
||||
|
||||
<span class="nt">You can specify the expiration date of the ignore rule in `yyyy-mm-dd` format. This is a useful feature when you want to make sure that an ignored issue is not forgotten and worth revisiting in the future. For example</span><span class="p">:</span>
|
||||
<span class="err">```</span><span class="l l-Scalar l-Scalar-Plain">tf</span>
|
||||
<span class="c1">#trivy:ignore:aws-s3-enable-logging:exp:2024-03-10</span>
|
||||
<span class="l l-Scalar l-Scalar-Plain">resource "aws_s3_bucket" "example" {</span>
|
||||
<span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">bucket = "test"</span>
|
||||
<span class="err">}</span>
|
||||
</code></pre></div></p>
|
||||
<h4 id="expiration-date">Expiration Date<a class="headerlink" href="#expiration-date" title="Permanent link">¶</a></h4>
|
||||
<p>You can specify the expiration date of the ignore rule in <code>yyyy-mm-dd</code> format. This is a useful feature when you want to make sure that an ignored issue is not forgotten and worth revisiting in the future. For example:
|
||||
<div class="highlight"><pre><span></span><code><span class="c1">#trivy:ignore:aws-s3-enable-logging:exp:2024-03-10</span>
|
||||
<span class="kr">resource</span><span class="w"> </span><span class="nc">"aws_s3_bucket"</span><span class="w"> </span><span class="nv">"example"</span><span class="w"> </span><span class="p">{</span>
|
||||
<span class="w"> </span><span class="na">bucket</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s2">"test"</span>
|
||||
<span class="p">}</span>
|
||||
</code></pre></div></p>
|
||||
<p>The <code>aws-s3-enable-logging</code> check will be ignored until <code>2024-03-10</code> until the ignore rule expires.</p>
|
||||
<h4 id="ignoring-by-attributes">Ignoring by attributes<a class="headerlink" href="#ignoring-by-attributes" title="Permanent link">¶</a></h4>
|
||||
|
||||
@@ -8116,7 +8116,6 @@ deny {
|
||||
<p>By default, scanning JSON and YAML configurations is disabled, since Trivy does not contain built-in checks for these configurations. To enable it, pass the <code>json</code> or <code>yaml</code> to <code>--misconfig-scanners</code>. Trivy will pass each file as is to the checks input.</p>
|
||||
<div class="admonition example">
|
||||
<p class="admonition-title">Example</p>
|
||||
</div>
|
||||
<div class="highlight"><pre><span></span><code>$<span class="w"> </span>cat<span class="w"> </span>iac/serverless.yaml
|
||||
service:<span class="w"> </span>serverless-rest-api-with-pynamodb
|
||||
|
||||
@@ -8155,26 +8154,27 @@ LOW:<span class="w"> </span>Service<span class="w"> </span>name<span class="w">
|
||||
═════════════════════════════════════════════════════════════════════════════════════════════════════════
|
||||
Ensure<span class="w"> </span>that<span class="w"> </span>Serverless<span class="w"> </span>Framework<span class="w"> </span>service<span class="w"> </span>names<span class="w"> </span>start<span class="w"> </span>with<span class="w"> </span><span class="s2">"aws-"</span>
|
||||
</code></pre></div>
|
||||
</div>
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Note</p>
|
||||
</div>
|
||||
<p>In the case above, the custom check specified has a metadata annotation for the input schema <code>input: schema["serverless-schema"]</code>. This allows Trivy to type check the input IaC files provided.</p>
|
||||
</div>
|
||||
<p>Optionally, you can also pass schemas using the <code>config-file-schemas</code> flag. Trivy will use these schemas for file filtering and type checking in Rego checks.</p>
|
||||
<div class="admonition example">
|
||||
<p class="admonition-title">Example</p>
|
||||
</div>
|
||||
<div class="highlight"><pre><span></span><code>$<span class="w"> </span>trivy<span class="w"> </span>config<span class="w"> </span>--misconfig-scanners<span class="o">=</span>json,yaml<span class="w"> </span>--config-check<span class="w"> </span>./serverless.rego<span class="w"> </span>--check-namespaces<span class="w"> </span>user<span class="w"> </span>--config-file-schemas<span class="w"> </span>./serverless-schema.json<span class="w"> </span>./iac
|
||||
</code></pre></div>
|
||||
</div>
|
||||
<p>If the <code>--config-file-schemas</code> flag is specified Trivy ensures that each input IaC config file being scanned is type-checked against the schema. If the input file does not match any of the passed schemas, it will be ignored.</p>
|
||||
<p>If the schema is specified in the check metadata and is in the directory specified in the <code>--config-check</code> argument, it will be automatically loaded as specified <a href="./custom/schema.md#custom-checks-with-custom-schemas">here</a>, and will only be used for type checking in Rego.</p>
|
||||
<p>If the schema is specified in the check metadata and is in the directory specified in the <code>--config-check</code> argument, it will be automatically loaded as specified <a href="./#custom-checks-with-custom-schemas">here</a>, and will only be used for type checking in Rego.</p>
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Note</p>
|
||||
</div>
|
||||
<p>If a user specifies the <code>--config-file-schemas</code> flag, all input IaC config files are ensured that they pass type-checking. It is not required to pass an input schema in case type checking is not required. This is helpful for scenarios where you simply want to write a Rego check and pass in IaC input for it. Such a use case could include scanning for a new service which Trivy might not support just yet.</p>
|
||||
</div>
|
||||
<div class="admonition tip">
|
||||
<p class="admonition-title">Tip</p>
|
||||
</div>
|
||||
<p>It is also possible to specify multiple input schemas with <code>--config-file-schema</code> flag as it can accept a comma seperated list of file paths or a directory as input. In the case of multiple schemas being specified, all of them will be evaluated against all the input files.</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -8154,17 +8154,17 @@ You're not viewing the latest version of the documentation.
|
||||
<p>For scanning container images with Trivy, mount the container engine socket from the host into the Trivy container.</p>
|
||||
</div>
|
||||
<p>Example:</p>
|
||||
<div class="highlight"><pre><span></span><code>docker<span class="w"> </span>run<span class="w"> </span>-v<span class="w"> </span>/var/run/docker.sock:/var/run/docker.sock<span class="w"> </span>-v<span class="w"> </span><span class="nv">$HOME</span>/Library/Caches:/root/.cache/<span class="w"> </span>aquasec/trivy:0.63.0-5-gef5f8de8d<span class="w"> </span>image<span class="w"> </span>python:3.4-alpine
|
||||
<div class="highlight"><pre><span></span><code>docker<span class="w"> </span>run<span class="w"> </span>-v<span class="w"> </span>/var/run/docker.sock:/var/run/docker.sock<span class="w"> </span>-v<span class="w"> </span><span class="nv">$HOME</span>/Library/Caches:/root/.cache/<span class="w"> </span>aquasec/trivy:0.63.0-6-g14d2b83d4<span class="w"> </span>image<span class="w"> </span>python:3.4-alpine
|
||||
</code></pre></div>
|
||||
<h2 id="github-release-official">GitHub Release (Official)<a class="headerlink" href="#github-release-official" title="Permanent link">¶</a></h2>
|
||||
<ol>
|
||||
<li>Download the file for your operating system/architecture from <a href="https://github.com/aquasecurity/trivy/releases/tag/v0.63.0-5-gef5f8de8d">GitHub Release assets</a>. </li>
|
||||
<li>Download the file for your operating system/architecture from <a href="https://github.com/aquasecurity/trivy/releases/tag/v0.63.0-6-g14d2b83d4">GitHub Release assets</a>. </li>
|
||||
<li>Unpack the downloaded archive (<code>tar -xzf ./trivy.tar.gz</code>).</li>
|
||||
<li>Make sure the binary has execution bit turned on (<code>chmod +x ./trivy</code>).</li>
|
||||
</ol>
|
||||
<h2 id="install-script-official">Install Script (Official)<a class="headerlink" href="#install-script-official" title="Permanent link">¶</a></h2>
|
||||
<p>For convenience, you can use the install script to download and install Trivy from GitHub Release.</p>
|
||||
<div class="highlight"><pre><span></span><code>curl<span class="w"> </span>-sfL<span class="w"> </span>https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh<span class="w"> </span><span class="p">|</span><span class="w"> </span>sudo<span class="w"> </span>sh<span class="w"> </span>-s<span class="w"> </span>--<span class="w"> </span>-b<span class="w"> </span>/usr/local/bin<span class="w"> </span>v0.63.0-5-gef5f8de8d
|
||||
<div class="highlight"><pre><span></span><code>curl<span class="w"> </span>-sfL<span class="w"> </span>https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh<span class="w"> </span><span class="p">|</span><span class="w"> </span>sudo<span class="w"> </span>sh<span class="w"> </span>-s<span class="w"> </span>--<span class="w"> </span>-b<span class="w"> </span>/usr/local/bin<span class="w"> </span>v0.63.0-6-g14d2b83d4
|
||||
</code></pre></div>
|
||||
<h2 id="rhelcentos-official">RHEL/CentOS (Official)<a class="headerlink" href="#rhelcentos-official" title="Permanent link">¶</a></h2>
|
||||
<div class="tabbed-set tabbed-alternate" data-tabs="1:2"><input checked="checked" id="__tabbed_1_1" name="__tabbed_1" type="radio" /><input id="__tabbed_1_2" name="__tabbed_1" type="radio" /><div class="tabbed-labels"><label for="__tabbed_1_1">Repository</label><label for="__tabbed_1_2">RPM</label></div>
|
||||
@@ -8184,7 +8184,7 @@ sudo<span class="w"> </span>yum<span class="w"> </span>-y<span class="w"> </span
|
||||
</code></pre></div>
|
||||
</div>
|
||||
<div class="tabbed-block">
|
||||
<div class="highlight"><pre><span></span><code>rpm<span class="w"> </span>-ivh<span class="w"> </span>https://github.com/aquasecurity/trivy/releases/download/v0.63.0-5-gef5f8de8d/trivy_0.63.0-5-gef5f8de8d_Linux-64bit.rpm
|
||||
<div class="highlight"><pre><span></span><code>rpm<span class="w"> </span>-ivh<span class="w"> </span>https://github.com/aquasecurity/trivy/releases/download/v0.63.0-6-g14d2b83d4/trivy_0.63.0-6-g14d2b83d4_Linux-64bit.rpm
|
||||
</code></pre></div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -8202,8 +8202,8 @@ sudo<span class="w"> </span>apt-get<span class="w"> </span>install<span class="w
|
||||
</code></pre></div>
|
||||
</div>
|
||||
<div class="tabbed-block">
|
||||
<div class="highlight"><pre><span></span><code>wget<span class="w"> </span>https://github.com/aquasecurity/trivy/releases/download/v0.63.0-5-gef5f8de8d/trivy_0.63.0-5-gef5f8de8d_Linux-64bit.deb
|
||||
sudo<span class="w"> </span>dpkg<span class="w"> </span>-i<span class="w"> </span>trivy_0.63.0-5-gef5f8de8d_Linux-64bit.deb
|
||||
<div class="highlight"><pre><span></span><code>wget<span class="w"> </span>https://github.com/aquasecurity/trivy/releases/download/v0.63.0-6-g14d2b83d4/trivy_0.63.0-6-g14d2b83d4_Linux-64bit.deb
|
||||
sudo<span class="w"> </span>dpkg<span class="w"> </span>-i<span class="w"> </span>trivy_0.63.0-6-g14d2b83d4_Linux-64bit.deb
|
||||
</code></pre></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
File diff suppressed because one or more lines are too long
364
dev/sitemap.xml
364
dev/sitemap.xml
@@ -2,730 +2,730 @@
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/commercial/compare/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/commercial/contact/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/community/principles/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/community/contribute/discussion/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/community/contribute/issue/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/community/contribute/pr/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/community/contribute/checks/overview/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/community/contribute/checks/service-support/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/community/maintainer/backporting/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/community/maintainer/help-wanted/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/community/maintainer/release-flow/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/community/maintainer/triage/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/advanced/air-gap/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/advanced/modules/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/advanced/self-hosting/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/advanced/telemetry/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/advanced/container/embed-in-dockerfile/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/advanced/container/unpacked-filesystem/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/advanced/private-registries/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/advanced/private-registries/acr/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/advanced/private-registries/docker-hub/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/advanced/private-registries/ecr/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/advanced/private-registries/gcr/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/advanced/private-registries/self/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/compliance/compliance/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/compliance/contrib-compliance/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/configuration/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/configuration/cache/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/configuration/db/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/configuration/filtering/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/configuration/others/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/configuration/reporting/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/configuration/skipping/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/kubernetes/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/iac/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/iac/azure-arm/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/iac/cloudformation/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/iac/docker/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/iac/helm/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/iac/kubernetes/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/iac/terraform/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/language/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/language/c/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/language/dart/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/language/dotnet/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/language/elixir/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/language/golang/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/language/java/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/language/julia/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/language/nodejs/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/language/php/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/language/python/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/language/ruby/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/language/rust/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/language/swift/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/os/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/os/alma/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/os/alpine/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/os/amazon/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/os/azure/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/os/bottlerocket/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/os/centos/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/os/chainguard/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/os/debian/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/os/echo/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/os/google-distroless/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/os/minimos/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/os/oracle/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/os/photon/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/os/rhel/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/os/rocky/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/os/suse/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/os/ubuntu/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/os/wolfi/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/others/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/others/bitnami/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/others/conda/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/coverage/others/rpm/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/plugin/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/plugin/developer-guide/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/plugin/user-guide/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/abbreviations/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/terminology/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/troubleshooting/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/configuration/config-file/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/configuration/cli/trivy/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/configuration/cli/trivy_clean/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/configuration/cli/trivy_config/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/configuration/cli/trivy_convert/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/configuration/cli/trivy_filesystem/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/configuration/cli/trivy_image/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/configuration/cli/trivy_kubernetes/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/configuration/cli/trivy_module/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/configuration/cli/trivy_module_install/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/configuration/cli/trivy_module_uninstall/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/configuration/cli/trivy_plugin/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/configuration/cli/trivy_plugin_info/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/configuration/cli/trivy_plugin_install/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/configuration/cli/trivy_plugin_list/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/configuration/cli/trivy_plugin_run/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/configuration/cli/trivy_plugin_search/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/configuration/cli/trivy_plugin_uninstall/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/configuration/cli/trivy_plugin_update/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/configuration/cli/trivy_plugin_upgrade/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/configuration/cli/trivy_registry/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/configuration/cli/trivy_registry_login/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/configuration/cli/trivy_registry_logout/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/configuration/cli/trivy_repository/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/configuration/cli/trivy_rootfs/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/configuration/cli/trivy_sbom/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/configuration/cli/trivy_server/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/configuration/cli/trivy_version/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/configuration/cli/trivy_vex/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/configuration/cli/trivy_vex_repo/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/configuration/cli/trivy_vex_repo_download/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/configuration/cli/trivy_vex_repo_init/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/configuration/cli/trivy_vex_repo_list/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/configuration/cli/trivy_vm/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/modes/client-server/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/references/modes/standalone/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/scanner/license/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/scanner/secret/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/scanner/vulnerability/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/scanner/misconfiguration/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/scanner/misconfiguration/check/builtin/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/scanner/misconfiguration/config/config/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/scanner/misconfiguration/custom/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/scanner/misconfiguration/custom/combine/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/scanner/misconfiguration/custom/contribute-checks/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/scanner/misconfiguration/custom/data/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/scanner/misconfiguration/custom/debug/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/scanner/misconfiguration/custom/schema/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/scanner/misconfiguration/custom/selectors/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/scanner/misconfiguration/custom/testing/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/supply-chain/sbom/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/supply-chain/attestation/rekor/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/supply-chain/attestation/sbom/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/supply-chain/attestation/vuln/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/supply-chain/vex/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/supply-chain/vex/file/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/supply-chain/vex/oci/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/supply-chain/vex/repo/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/supply-chain/vex/sbom-ref/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/target/container_image/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/target/filesystem/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/target/kubernetes/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/target/repository/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/target/rootfs/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/target/sbom/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/docs/target/vm/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/ecosystem/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/ecosystem/cicd/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/ecosystem/ide/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/ecosystem/prod/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/ecosystem/reporting/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/getting-started/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/getting-started/faq/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/getting-started/installation/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/getting-started/signature-verification/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/tutorials/overview/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/tutorials/additional-resources/cks/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/tutorials/additional-resources/community/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/tutorials/additional-resources/references/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/tutorials/integrations/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/tutorials/integrations/aws-codepipeline/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/tutorials/integrations/aws-security-hub/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/tutorials/integrations/azure-devops/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/tutorials/integrations/bitbucket/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/tutorials/integrations/circleci/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/tutorials/integrations/github-actions/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/tutorials/integrations/gitlab-ci/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/tutorials/integrations/travis-ci/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/tutorials/kubernetes/cluster-scanning/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/tutorials/kubernetes/gitops/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/tutorials/kubernetes/kyverno/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/tutorials/misconfiguration/custom-checks/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/tutorials/misconfiguration/terraform/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/tutorials/shell/shell-completion/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://trivy.dev/dev/tutorials/signing/vuln-attestation/</loc>
|
||||
<lastmod>2025-06-02</lastmod>
|
||||
<lastmod>2025-06-03</lastmod>
|
||||
</url>
|
||||
</urlset>
|
||||
Binary file not shown.
@@ -171,18 +171,18 @@
|
||||
"title": "v0.31",
|
||||
"aliases": [
|
||||
"v0.31.2",
|
||||
"v0.31.1",
|
||||
"v0.31.0"
|
||||
"v0.31.0",
|
||||
"v0.31.1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "v0.30.4",
|
||||
"title": "v0.30",
|
||||
"aliases": [
|
||||
"v0.30.2",
|
||||
"v0.30.3",
|
||||
"v0.30.1",
|
||||
"v0.30.0",
|
||||
"v0.30.2"
|
||||
"v0.30.0"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -216,9 +216,9 @@
|
||||
"version": "v0.25.4",
|
||||
"title": "v0.25",
|
||||
"aliases": [
|
||||
"v0.25.2",
|
||||
"v0.25.0",
|
||||
"v0.25.1",
|
||||
"v0.25.0",
|
||||
"v0.25.2",
|
||||
"v0.25.3"
|
||||
]
|
||||
},
|
||||
@@ -226,10 +226,10 @@
|
||||
"version": "v0.24.4",
|
||||
"title": "v0.24",
|
||||
"aliases": [
|
||||
"v0.24.2",
|
||||
"v0.24.1",
|
||||
"v0.24.3",
|
||||
"v0.24.0",
|
||||
"v0.24.2"
|
||||
"v0.24.3"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -246,17 +246,17 @@
|
||||
"version": "v0.21.3",
|
||||
"title": "v0.21",
|
||||
"aliases": [
|
||||
"v0.21.0",
|
||||
"v0.21.1",
|
||||
"v0.21.2",
|
||||
"v0.21.0"
|
||||
"v0.21.2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "v0.20.2",
|
||||
"title": "v0.20",
|
||||
"aliases": [
|
||||
"v0.20.1",
|
||||
"v0.20.0"
|
||||
"v0.20.0",
|
||||
"v0.20.1"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -271,9 +271,9 @@
|
||||
"version": "v0.18.3",
|
||||
"title": "v0.18",
|
||||
"aliases": [
|
||||
"v0.18.2",
|
||||
"v0.18.0",
|
||||
"v0.18.1",
|
||||
"v0.18.0"
|
||||
"v0.18.2"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user