Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: hectorj2f <[email protected]>
  • Loading branch information
hectorj2f committed Oct 17, 2024
1 parent 044ba49 commit 1e238a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ option go_package = "github.com/in-toto/attestation/go/predicates/vulns/v1";
option java_package = "io.github.intoto.attestation.predicates.vulns.v1";

// Validation of all fields is left to the users of this proto.
message Vuln {
message Vulns {
Scanner scanner = 1;
ScanMetadata scan_metadata = 2;
}
Expand Down
4 changes: 2 additions & 2 deletions spec/predicates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ our [vetting process], and may be of general interest:
artifact.
- [SPDX]: SPDX-formatted BOM for software artifacts.
- [CycloneDX]: CycloneDX BOM for software artifacts.
- [Vulnerability]: Defines the metadata to share the results of vulnerability scanning on software artifacts.
- [VULNS]: Defines the metadata to share the results of vulnerability scanning on software artifacts.
- [Release]: Details an artifact that is part of a given release version.
- [Test Result]: A generic schema to express results of any type of tests.
- [Reference]: References documents that are relevant to some resource.
Expand All @@ -34,7 +34,7 @@ our [vetting process], and may be of general interest:
[Release]: release.md
[Runtime Traces]: runtime-trace.md
[SCAI Report]: scai.md
[Vulnerability]: vulns.md
[VULNS]: vulns.md
[SLSA Provenance]: https://slsa.dev/provenance
[SLSA Verification Summary]: vsa.md
[SPDX]: spdx.md
Expand Down

0 comments on commit 1e238a8

Please sign in to comment.