Skip to content

Commit

Permalink
Merge pull request #80 from gosh-sh/fix-cyclondx-url
Browse files Browse the repository at this point in the history
Fix link to CycloneDX spec
  • Loading branch information
Oxydixi authored Nov 23, 2023
2 parents 5c98beb + 6ff070e commit ebac349
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/anytree-all.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ or use quick start.
* Docker
* Python3 with pip (required to generate a `SBOM-file`)
To create artifacts, you will need an `SBOM file` created according to the [Cyclone DX specification](https://cyclones.org/docs/1.5/json/)
To create artifacts, you will need an `SBOM file` created according to the [Cyclone DX specification](https://cyclonedx.org/docs/1.5/json/)
!!! info
The example file can be viewed here:
Expand Down Expand Up @@ -187,7 +187,7 @@ Prerequisites:
* Docker
* Python3 with pip (required to generate a `SBOM-file`)
To create artifacts, you will need an `SBOM file` created according to the [Cyclone DX specification](https://cyclones.org/docs/1.5/json/)
To create artifacts, you will need an `SBOM file` created according to the [Cyclone DX specification](https://cyclonedx.org/docs/1.5/json/)
!!! info
The example file can be viewed here:
Expand Down
2 changes: 1 addition & 1 deletion docs/working-with-gosh/anytree.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ gosh init

AnyTree builds the artifacts uses `SBOM file` that allows developers to see what they built and why and reproduce the same result.

To create artifacts, you will need an `SBOM file` created according to the [Cyclone DX specification](https://cyclones.org/docs/1.5/json/)
To create artifacts, you will need an `SBOM file` created according to the [Cyclone DX specification](https://cyclonedx.org/docs/1.5/json/)

!!! info
The example file can be viewed here:
Expand Down
4 changes: 2 additions & 2 deletions site/anytree-all/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ <h3 id="quick-start"><strong>Quick start</strong></h3>
<li>Docker</li>
<li>Python3 with pip (required to generate a <code>SBOM-file</code>)</li>
</ul>
<p>To create artifacts, you will need an <code>SBOM file</code> created according to the <a href="https://cyclones.org/docs/1.5/json/">Cyclone DX specification</a></p>
<p>To create artifacts, you will need an <code>SBOM file</code> created according to the <a href="https://cyclonedx.org/docs/1.5/json/">Cyclone DX specification</a></p>
<div class="admonition info">
<p class="admonition-title">Info</p>
<p>The example file can be viewed here:<br />
Expand Down Expand Up @@ -1117,7 +1117,7 @@ <h2 id="working-with-anytree-without-gosh"><strong>Working with AnyTree without
<li>Docker</li>
<li>Python3 with pip (required to generate a <code>SBOM-file</code>)</li>
</ul>
<p>To create artifacts, you will need an <code>SBOM file</code> created according to the <a href="https://cyclones.org/docs/1.5/json/">Cyclone DX specification</a></p>
<p>To create artifacts, you will need an <code>SBOM file</code> created according to the <a href="https://cyclonedx.org/docs/1.5/json/">Cyclone DX specification</a></p>
<div class="admonition info">
<p class="admonition-title">Info</p>
<p>The example file can be viewed here:<br />
Expand Down
2 changes: 1 addition & 1 deletion site/search/search_index.json

Large diffs are not rendered by default.

Binary file modified site/sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion site/working-with-gosh/anytree/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,7 @@ <h2 id="setup-a-gosh-project"><strong>Setup a GOSH project</strong></h2>
</span></code></pre></div>
<h2 id="generation-sbom-file"><strong>Generation <code>SBOM file</code></strong></h2>
<p>AnyTree builds the artifacts uses <code>SBOM file</code> that allows developers to see what they built and why and reproduce the same result.</p>
<p>To create artifacts, you will need an <code>SBOM file</code> created according to the <a href="https://cyclones.org/docs/1.5/json/">Cyclone DX specification</a></p>
<p>To create artifacts, you will need an <code>SBOM file</code> created according to the <a href="https://cyclonedx.org/docs/1.5/json/">Cyclone DX specification</a></p>
<div class="admonition info">
<p class="admonition-title">Info</p>
<p>The example file can be viewed here:
Expand Down

0 comments on commit ebac349

Please sign in to comment.