Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Commit

Permalink
fix: use sigstore icon instead of the key one
Browse files Browse the repository at this point in the history
  • Loading branch information
yrobla committed Apr 26, 2024
1 parent bf48970 commit 0eb11d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/trustyapi/trustyapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ func ProcessDependency(dep string, ecosystem string, scoreThreshold float64) (st

// write provenance information
if result.Provenance.Description.Provenance.Issuer != "" {
reportBuilder.WriteString("### :key: Proof of origin (Provenance):\n")
reportBuilder.WriteString("### ![Sigstore](https://www.trustypkg.dev/icons/sigstore-horizontal.svg) Proof of origin (Provenance):\n")
reportBuilder.WriteString("Built and signed with sigstore using GitHub Actions.\n")
reportBuilder.WriteString(fmt.Sprintf("· Source repo: `%s`\n", result.Provenance.Description.Provenance.SourceRepo))
reportBuilder.WriteString(fmt.Sprintf("· Github Action Workflow: `%s`\n", result.Provenance.Description.Provenance.Workflow))
Expand Down

0 comments on commit 0eb11d1

Please sign in to comment.