Skip to content

Commit

Permalink
Add .sigstore to the list of sign extensions
Browse files Browse the repository at this point in the history
Signed-off-by: laurentsimon <laurentsimon@google.com>
  • Loading branch information
laurentsimon committed Jan 5, 2024
1 parent 55b6b76 commit 5d98dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion probes/releasesAreSigned/impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const (
ValueTypeReleaseAsset
)

var signatureExtensions = []string{".asc", ".minisig", ".sig", ".sign"}
var signatureExtensions = []string{".asc", ".minisig", ".sig", ".sign", ".sigstore"}

func Run(raw *checker.RawResults) ([]finding.Finding, string, error) {
if raw == nil {
Expand Down

0 comments on commit 5d98dbd

Please sign in to comment.