Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: hectorj2f <hector@chainguard.dev>
  • Loading branch information
hectorj2f committed Oct 17, 2024
1 parent 044ba49 commit 3b11a0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
2 changes: 1 addition & 1 deletion spec/predicates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
[Vulnerability Scan]: vulns.md
[SLSA Provenance]: https://slsa.dev/provenance
[SLSA Verification Summary]: vsa.md
[SPDX]: spdx.md
Expand Down

0 comments on commit 3b11a0b

Please sign in to comment.