Skip to content

Commit

Permalink
docs: typo for go templates in attestations
Browse files Browse the repository at this point in the history
Co-authored-by: David Karlsson <[email protected]>
  • Loading branch information
jedevc and dvdksn authored Jan 11, 2023
1 parent b481d15 commit 97514cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/attestations/sbom.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ $ docker buildx imagetools inspect <namespace>/<image>:<version> \
{% endraw %}

You can also construct more complex expressions using the full functionality
of go templates. For example, you can list all the installed packages and their
of Go templates. For example, you can list all the installed packages and their
version identifiers:

{% raw %}
Expand Down
2 changes: 1 addition & 1 deletion build/attestations/slsa-provenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ $ docker buildx imagetools inspect <namespace>/<image>:<version> \
{% endraw %}

You can also construct more complex expressions using the full functionality of
go templates. For example, for provenance generated with `mode=max`, you can
Go templates. For example, for provenance generated with `mode=max`, you can
extract the full source code of the Dockerfile used to build the image:

{% raw %}
Expand Down

0 comments on commit 97514cc

Please sign in to comment.