Deployed 8b1cee84 to v0.32 with MkDocs 1.3.0 and mike 1.1.2

This commit is contained in:
knqyf263
2022-09-28 12:34:45 +00:00
parent 4b84dda6d5
commit 00a9ca9f84
11 changed files with 132 additions and 132 deletions

View File

@@ -3196,12 +3196,12 @@
<h1 id="examples">Examples</h1>
<h2 id="custom-policy">Custom Policy</h2>
<h3 id="kubernetes">Kubernetes</h3>
<p>See <a href="https://github.com/aquasecurity/trivy/tree/585985edb30fcd2ff60a90ad31c0aeb7ea4d445f/examples/misconf/custom-policy/kubernetes/">here</a>.</p>
<p>See <a href="https://github.com/aquasecurity/trivy/tree/8b1cee845be41f50979e3ac0039660fbd3d4cf2b/examples/misconf/custom-policy/kubernetes/">here</a>.</p>
<p>The custom policy is defined in <code>user.kubernetes.ID001</code> package.
You need to pass the package prefix you want to evaluate through <code>--namespaces</code> option.
In this case, the package prefix should be <code>user</code>, <code>user.kubernetes</code>, or <code>user.kubernetes.ID001</code>.</p>
<h3 id="dockerfile">Dockerfile</h3>
<p>See <a href="https://github.com/aquasecurity/trivy/tree/585985edb30fcd2ff60a90ad31c0aeb7ea4d445f/examples/misconf/custom-policy/dockerfile/">here</a>.</p>
<p>See <a href="https://github.com/aquasecurity/trivy/tree/8b1cee845be41f50979e3ac0039660fbd3d4cf2b/examples/misconf/custom-policy/dockerfile/">here</a>.</p>
<p>The input will be a dictionary of stages.</p>
<h4 id="single-stage">Single Stage</h4>
<details class="example">
@@ -3425,17 +3425,17 @@ In this case, the package prefix should be <code>user</code>, <code>user.kuberne
</code></pre></div></p>
</details>
<h3 id="docker-compose">Docker Compose</h3>
<p>See <a href="https://github.com/aquasecurity/trivy/tree/585985edb30fcd2ff60a90ad31c0aeb7ea4d445f/examples/misconf/custom-policy/docker-compose/">here</a>.</p>
<p>See <a href="https://github.com/aquasecurity/trivy/tree/8b1cee845be41f50979e3ac0039660fbd3d4cf2b/examples/misconf/custom-policy/docker-compose/">here</a>.</p>
<p>Docker Compose uses YAML format for configurations. You can apply your Rego policies to <code>docker-compose.yml</code>.</p>
<h3 id="hcl">HCL</h3>
<p>See <a href="https://github.com/aquasecurity/trivy/tree/585985edb30fcd2ff60a90ad31c0aeb7ea4d445f/examples/misconf/custom-policy/hcl/">here</a>.</p>
<p>See <a href="https://github.com/aquasecurity/trivy/tree/8b1cee845be41f50979e3ac0039660fbd3d4cf2b/examples/misconf/custom-policy/hcl/">here</a>.</p>
<p>Trivy parses HCL files and converts into structured data.</p>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>Terraform HCL files are not supported yet.</p>
</div>
<h3 id="terraform-plan">Terraform Plan</h3>
<p>See <a href="https://github.com/aquasecurity/trivy/tree/585985edb30fcd2ff60a90ad31c0aeb7ea4d445f/examples/misconf/custom-policy/terraform-plan/">here</a>.</p>
<p>See <a href="https://github.com/aquasecurity/trivy/tree/8b1cee845be41f50979e3ac0039660fbd3d4cf2b/examples/misconf/custom-policy/terraform-plan/">here</a>.</p>
<p>Use the command <a href="https://www.terraform.io/docs/cli/commands/show.html">terraform show</a> to convert the Terraform plan into JSON so that OPA can read the plan.</p>
<div class="highlight"><pre><span></span><code>$ terraform init
$ terraform plan --out tfplan.binary
@@ -3443,14 +3443,14 @@ $ terraform show -json tfplan.binary &gt; tfplan.json
</code></pre></div>
<p>For more details, see also <a href="https://www.openpolicyagent.org/docs/latest/terraform/">OPA document</a>.</p>
<h3 id="serverless-framework">Serverless Framework</h3>
<p>See <a href="https://github.com/aquasecurity/trivy/tree/585985edb30fcd2ff60a90ad31c0aeb7ea4d445f/examples/misconf/custom-policy/serverless/">here</a>.</p>
<p>See <a href="https://github.com/aquasecurity/trivy/tree/8b1cee845be41f50979e3ac0039660fbd3d4cf2b/examples/misconf/custom-policy/serverless/">here</a>.</p>
<p>Server Framework uses YAML format for configurations. You can apply your Rego policies to <code>serverless.yaml</code>.</p>
<h2 id="custom-data">Custom Data</h2>
<p>See <a href="https://github.com/aquasecurity/trivy/tree/585985edb30fcd2ff60a90ad31c0aeb7ea4d445f/examples/misconf/custom-data">here</a>.</p>
<p>See <a href="https://github.com/aquasecurity/trivy/tree/8b1cee845be41f50979e3ac0039660fbd3d4cf2b/examples/misconf/custom-data">here</a>.</p>
<h2 id="combined-input">Combined Input</h2>
<p>See <a href="https://github.com/aquasecurity/trivy/tree/585985edb30fcd2ff60a90ad31c0aeb7ea4d445f/examples/misconf/combine">here</a>.</p>
<p>See <a href="https://github.com/aquasecurity/trivy/tree/8b1cee845be41f50979e3ac0039660fbd3d4cf2b/examples/misconf/combine">here</a>.</p>
<h2 id="go-testing">Go Testing</h2>
<p>See <a href="https://github.com/aquasecurity/trivy/tree/585985edb30fcd2ff60a90ad31c0aeb7ea4d445f/examples/misconf/go-testing">here</a>.</p>
<p>See <a href="https://github.com/aquasecurity/trivy/tree/8b1cee845be41f50979e3ac0039660fbd3d4cf2b/examples/misconf/go-testing">here</a>.</p>
</article>

View File

@@ -3055,7 +3055,7 @@ exception[ns] {
</code></pre></div>
</div>
<p>This example exempts all built-in policies for Kubernetes.</p>
<p>For more details, see <a href="https://github.com/aquasecurity/trivy/tree/585985edb30fcd2ff60a90ad31c0aeb7ea4d445f/examples/misconf/namespace-exception">an example</a>.</p>
<p>For more details, see <a href="https://github.com/aquasecurity/trivy/tree/8b1cee845be41f50979e3ac0039660fbd3d4cf2b/examples/misconf/namespace-exception">an example</a>.</p>
<h2 id="rule-based-exceptions">Rule-based exceptions</h2>
<p>There are some cases where you need more flexibility and granularity in defining which cases to exempt.
Rule-based exceptions lets you granularly choose which individual rules to exempt, while also declaring under which conditions to exempt them.</p>
@@ -3107,7 +3107,7 @@ exception[rules] {
</div>
<p>This exception is applied to <a href="https://github.com/aquasecurity/defsec/blob/master/internal/rules/kubernetes/policies/pss/restricted/3_runs_as_root.rego">KSV012</a> in defsec.
You can get the package names in the <a href="https://github.com/aquasecurity/defsec/">defsec repository</a> or the JSON output from Trivy.</p>
<p>For more details, see <a href="https://github.com/aquasecurity/trivy/tree/585985edb30fcd2ff60a90ad31c0aeb7ea4d445f/examples/misconf/rule-exception">an example</a>.</p>
<p>For more details, see <a href="https://github.com/aquasecurity/trivy/tree/8b1cee845be41f50979e3ac0039660fbd3d4cf2b/examples/misconf/rule-exception">an example</a>.</p>
</article>

View File

@@ -3336,7 +3336,7 @@ Tests: <span class="m">20</span> <span class="o">(</span>SUCCESSES: <span class=
Failures: <span class="m">2</span> <span class="o">(</span>MEDIUM: <span class="m">2</span>, HIGH: <span class="m">0</span>, CRITICAL: <span class="m">0</span><span class="o">)</span>
</code></pre></div>
<h2 id="examples">Examples</h2>
<p>See <a href="https://github.com/aquasecurity/trivy/tree/v0.32.0/examples/misconf/mixed">here</a></p>
<p>See <a href="https://github.com/aquasecurity/trivy/tree/v0.32.1/examples/misconf/mixed">here</a></p>
</article>

View File

@@ -3185,7 +3185,7 @@
<h1 id="config-file">Config file</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.32.0/examples/trivy-conf/trivy.yaml">here</a>.</p>
<p>An example is <a href="https://github.com/aquasecurity/trivy/tree/v0.32.1/examples/trivy-conf/trivy.yaml">here</a>.</p>
<h2 id="global-options">Global Options</h2>
<div class="highlight"><pre><span></span><code><span class="c1"># Same as &#39;--quiet&#39;</span><span class="w"></span>
<span class="c1"># Default is false</span><span class="w"></span>

View File

@@ -3341,8 +3341,8 @@ Total: <span class="m">4751</span> <span class="o">(</span>UNKNOWN: <span class=
</div>
<p>Trivy supports Open Policy Agent (OPA) to filter vulnerabilities. You can specify a Rego file with <code>--ignore-policy</code> option.</p>
<p>The Rego package name must be <code>trivy</code> and it must include a rule called <code>ignore</code> which determines if each individual vulnerability should be excluded (ignore=true) or not (ignore=false). In the policy, each vulnerability will be available for inspection as the <code>input</code> variable. The structure of each vulnerability input is the same as for the Trivy JSON output.<br />
There is a built-in Rego library with helper functions that you can import into your policy using: <code>import data.lib.trivy</code>. For more info about the helper functions, look at the library <a href="https://github.com/aquasecurity/trivy/tree/v0.32.0/pkg/result/module.go">here</a></p>
<p>To get started, see the <a href="https://github.com/aquasecurity/trivy/tree/v0.32.0/contrib/example_policy">example policy</a>.</p>
There is a built-in Rego library with helper functions that you can import into your policy using: <code>import data.lib.trivy</code>. For more info about the helper functions, look at the library <a href="https://github.com/aquasecurity/trivy/tree/v0.32.1/pkg/result/module.go">here</a></p>
<p>To get started, see the <a href="https://github.com/aquasecurity/trivy/tree/v0.32.1/contrib/example_policy">example policy</a>.</p>
<div class="highlight"><pre><span></span><code>$ trivy image --ignore-policy contrib/example_policy/basic.rego centos:7
</code></pre></div>
<details>

View File

@@ -3091,7 +3091,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 &quot;dockerfile:.*.docker&quot; --file-patterns &quot;yaml:deployment&quot; --file-patterns &quot;pip:requirements-.*\.txt&quot;
</code></pre></div></p>
<p>For more details, see <a href="https://github.com/aquasecurity/trivy/tree/585985edb30fcd2ff60a90ad31c0aeb7ea4d445f/examples/misconf/file-patterns">an example</a></p>
<p>For more details, see <a href="https://github.com/aquasecurity/trivy/tree/8b1cee845be41f50979e3ac0039660fbd3d4cf2b/examples/misconf/file-patterns">an example</a></p>
<h2 id="exit-code">Exit Code</h2>
<p>By default, <code>Trivy</code> exits with code 0 even when vulnerabilities are detected.
Use the <code>--exit-code</code> option if you want to exit with a non-zero exit code.</p>

View File

@@ -3278,7 +3278,7 @@ sudo yum -y install trivy
</code></pre></div>
</div>
<div class="tabbed-block">
<div class="highlight"><pre><span></span><code>rpm -ivh https://github.com/aquasecurity/trivy/releases/download/v0.32.0/trivy_0.32.0_Linux-64bit.rpm
<div class="highlight"><pre><span></span><code>rpm -ivh https://github.com/aquasecurity/trivy/releases/download/v0.32.1/trivy_0.32.1_Linux-64bit.rpm
</code></pre></div>
</div>
</div>
@@ -3296,8 +3296,8 @@ sudo apt-get install trivy
</code></pre></div>
</div>
<div class="tabbed-block">
<div class="highlight"><pre><span></span><code>wget https://github.com/aquasecurity/trivy/releases/download/v0.32.0/trivy_0.32.0_Linux-64bit.deb
sudo dpkg -i trivy_0.32.0_Linux-64bit.deb
<div class="highlight"><pre><span></span><code>wget https://github.com/aquasecurity/trivy/releases/download/v0.32.1/trivy_0.32.1_Linux-64bit.deb
sudo dpkg -i trivy_0.32.1_Linux-64bit.deb
</code></pre></div>
</div>
</div>
@@ -3336,16 +3336,16 @@ sudo dpkg -i trivy_0.32.0_Linux-64bit.deb
</code></pre></div>
<h2 id="install-script">Install Script</h2>
<p>This script downloads Trivy binary based on your OS and architecture.</p>
<div class="highlight"><pre><span></span><code>curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh <span class="p">|</span> sh -s -- -b /usr/local/bin v0.32.0
<div class="highlight"><pre><span></span><code>curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh <span class="p">|</span> sh -s -- -b /usr/local/bin v0.32.1
</code></pre></div>
<h2 id="binary">Binary</h2>
<p>Download the archive file for your operating system/architecture from <a href="https://github.com/aquasecurity/trivy/releases/tag/v0.32.0">here</a>.
<p>Download the archive file for your operating system/architecture from <a href="https://github.com/aquasecurity/trivy/releases/tag/v0.32.1">here</a>.
Unpack the archive, and put the binary somewhere in your <code>$PATH</code> (on UNIX-y systems, /usr/local/bin or the like).
Make sure it has execution bits turned on.</p>
<h2 id="from-source">From source</h2>
<div class="highlight"><pre><span></span><code>mkdir -p <span class="nv">$GOPATH</span>/src/github.com/aquasecurity
<span class="nb">cd</span> <span class="nv">$GOPATH</span>/src/github.com/aquasecurity
git clone --depth <span class="m">1</span> --branch v0.32.0 https://github.com/aquasecurity/trivy
git clone --depth <span class="m">1</span> --branch v0.32.1 https://github.com/aquasecurity/trivy
<span class="nb">cd</span> trivy/cmd/trivy/
<span class="nb">export</span> <span class="nv">GO111MODULE</span><span class="o">=</span>on
go install
@@ -3353,24 +3353,24 @@ go install
<h2 id="docker">Docker</h2>
<h3 id="docker-hub">Docker Hub</h3>
<p>Replace [YOUR_CACHE_DIR] with the cache directory on your machine.</p>
<div class="highlight"><pre><span></span><code>docker pull aquasec/trivy:0.32.0
<div class="highlight"><pre><span></span><code>docker pull aquasec/trivy:0.32.1
</code></pre></div>
<p>Example:</p>
<div class="tabbed-set tabbed-alternate" data-tabs="3:2"><input checked="checked" id="__tabbed_3_1" name="__tabbed_3" type="radio" /><input id="__tabbed_3_2" name="__tabbed_3" type="radio" /><div class="tabbed-labels"><label for="__tabbed_3_1">Linux</label><label for="__tabbed_3_2">macOS</label></div>
<div class="tabbed-content">
<div class="tabbed-block">
<div class="highlight"><pre><span></span><code>docker run --rm -v <span class="o">[</span>YOUR_CACHE_DIR<span class="o">]</span>:/root/.cache/ aquasec/trivy:0.32.0 image <span class="o">[</span>YOUR_IMAGE_NAME<span class="o">]</span>
<div class="highlight"><pre><span></span><code>docker run --rm -v <span class="o">[</span>YOUR_CACHE_DIR<span class="o">]</span>:/root/.cache/ aquasec/trivy:0.32.1 image <span class="o">[</span>YOUR_IMAGE_NAME<span class="o">]</span>
</code></pre></div>
</div>
<div class="tabbed-block">
<div class="highlight"><pre><span></span><code>docker run --rm -v <span class="nv">$HOME</span>/Library/Caches:/root/.cache/ aquasec/trivy:0.32.0 image <span class="o">[</span>YOUR_IMAGE_NAME
<div class="highlight"><pre><span></span><code>docker run --rm -v <span class="nv">$HOME</span>/Library/Caches:/root/.cache/ aquasec/trivy:0.32.1 image <span class="o">[</span>YOUR_IMAGE_NAME
</code></pre></div>
</div>
</div>
</div>
<p>If you would like to scan the image on your host machine, you need to mount <code>docker.sock</code>.</p>
<div class="highlight"><pre><span></span><code>docker run --rm -v /var/run/docker.sock:/var/run/docker.sock <span class="se">\</span>
-v <span class="nv">$HOME</span>/Library/Caches:/root/.cache/ aquasec/trivy:0.32.0 python:3.4-alpine
-v <span class="nv">$HOME</span>/Library/Caches:/root/.cache/ aquasec/trivy:0.32.1 python:3.4-alpine
</code></pre></div>
<p>Please re-pull latest <code>aquasec/trivy</code> if an error occurred.</p>
<details>
@@ -3395,11 +3395,11 @@ Total: <span class="m">1</span> <span class="o">(</span>UNKNOWN: <span class="m"
<h3 id="github-container-registry">GitHub Container Registry</h3>
<p>The same image is hosted on <a href="https://github.com/orgs/aquasecurity/packages/container/package/trivy">GitHub Container Registry</a> as well.</p>
<div class="highlight"><pre><span></span><code>docker pull ghcr.io/aquasecurity/trivy:0.32.0
<div class="highlight"><pre><span></span><code>docker pull ghcr.io/aquasecurity/trivy:0.32.1
</code></pre></div>
<h3 id="amazon-ecr-public">Amazon ECR Public</h3>
<p>The same image is hosted on <a href="https://gallery.ecr.aws/aquasecurity/trivy">Amazon ECR Public</a> as well.</p>
<div class="highlight"><pre><span></span><code>docker pull public.ecr.aws/aquasecurity/trivy:0.32.0
<div class="highlight"><pre><span></span><code>docker pull public.ecr.aws/aquasecurity/trivy:0.32.1
</code></pre></div>
<h3 id="aws-private-registry-permissions">AWS private registry permissions</h3>
<p>You may need to grant permissions to allow trivy to pull images from private registry (AWS ECR).</p>

File diff suppressed because one or more lines are too long

View File

@@ -2,512 +2,512 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/community/contribute/issue/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/community/contribute/pr/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/community/maintainer/help-wanted/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/community/maintainer/triage/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/advanced/air-gap/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/advanced/modules/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/advanced/plugins/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/advanced/container/containerd/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/advanced/container/embed-in-dockerfile/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/advanced/container/oci/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/advanced/container/podman/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/advanced/container/unpacked-filesystem/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/advanced/private-registries/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/advanced/private-registries/acr/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/advanced/private-registries/docker-hub/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/advanced/private-registries/ecr/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/advanced/private-registries/gcr/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/advanced/private-registries/self/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/attestation/rekor/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/attestation/sbom/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/attestation/vuln/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/cloud/aws/scanning/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/kubernetes/cli/scanning/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/kubernetes/operator/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/licenses/scanning/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/misconfiguration/scanning/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/misconfiguration/comparison/cfsec/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/misconfiguration/comparison/conftest/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/misconfiguration/comparison/tfsec/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/misconfiguration/custom/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/misconfiguration/custom/combine/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/misconfiguration/custom/data/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/misconfiguration/custom/debug/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/misconfiguration/custom/examples/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/misconfiguration/custom/testing/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/misconfiguration/options/filter/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/misconfiguration/options/others/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/misconfiguration/options/policy/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/misconfiguration/options/report/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/misconfiguration/options/values/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/misconfiguration/policy/builtin/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/misconfiguration/policy/exceptions/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/references/troubleshooting/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/references/cli/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/references/cli/client/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/references/cli/config/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/references/cli/fs/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/references/cli/image/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/references/cli/module/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/references/cli/plugin/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/references/cli/repo/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/references/cli/rootfs/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/references/cli/sbom/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/references/cli/server/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/references/customization/config-file/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/references/customization/envs/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/references/modes/client-server/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/references/modes/standalone/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/sbom/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/sbom/cyclonedx/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/sbom/spdx/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/secret/configuration/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/secret/examples/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/secret/scanning/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/vulnerability/distributions/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/vulnerability/detection/data-source/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/vulnerability/detection/language/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/vulnerability/detection/os/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/vulnerability/detection/supported/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/vulnerability/examples/cache/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/vulnerability/examples/db/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/vulnerability/examples/filter/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/vulnerability/examples/others/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/vulnerability/examples/report/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/vulnerability/languages/golang/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/vulnerability/scanning/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/vulnerability/scanning/filesystem/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/vulnerability/scanning/git-repository/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/vulnerability/scanning/image/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/docs/vulnerability/scanning/rootfs/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/ecosystem/tools/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/getting-started/installation/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/getting-started/quickstart/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/tutorials/overview/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/tutorials/additional-resources/cks/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/tutorials/additional-resources/community/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/tutorials/additional-resources/references/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/tutorials/integrations/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/tutorials/integrations/aws-codepipeline/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/tutorials/integrations/aws-security-hub/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/tutorials/integrations/azure-devops/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/tutorials/integrations/bitbucket/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/tutorials/integrations/circleci/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/tutorials/integrations/github-actions/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/tutorials/integrations/gitlab-ci/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/tutorials/integrations/travis-ci/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/tutorials/kubernetes/cluster-scanning/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/tutorials/kubernetes/gitops/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/tutorials/kubernetes/kyverno/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://aquasecurity.github.io/trivy/v0.32/tutorials/signing/vuln-attestation/</loc>
<lastmod>2022-09-16</lastmod>
<lastmod>2022-09-28</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>

Binary file not shown.

View File

@@ -1 +1 @@
[{"version": "v0.32", "title": "v0.32", "aliases": ["latest"]}, {"version": "v0.31.3", "title": "v0.31", "aliases": ["v0.31.0", "v0.31.2", "v0.31.1"]}, {"version": "v0.30.4", "title": "v0.30", "aliases": ["v0.30.1", "v0.30.3", "v0.30.2", "v0.30.0"]}, {"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.1", "v0.25.2", "v0.25.3", "v0.25.0"]}, {"version": "v0.24.4", "title": "v0.24", "aliases": ["v0.24.2", "v0.24.1", "v0.24.3", "v0.24.0"]}, {"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.1", "v0.21.0", "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": "dev", "title": "dev", "aliases": []}]
[{"version": "v0.32", "title": "v0.32", "aliases": ["latest"]}, {"version": "v0.31.3", "title": "v0.31", "aliases": ["v0.31.0", "v0.31.2", "v0.31.1"]}, {"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.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.1", "v0.25.2", "v0.25.0", "v0.25.3"]}, {"version": "v0.24.4", "title": "v0.24", "aliases": ["v0.24.0", "v0.24.3", "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.2", "v0.21.0", "v0.21.1"]}, {"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.1", "v0.18.2"]}, {"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": "dev", "title": "dev", "aliases": []}]