Skip to content

Commit

Permalink
scorecard/5.0.0-r1: cve remediation (#33334)
Browse files Browse the repository at this point in the history
  • Loading branch information
octo-sts[bot] and octo-sts[bot] authored Nov 5, 2024
1 parent 886f721 commit db62f0e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scorecard.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: scorecard
version: 5.0.0
epoch: 1
epoch: 2
description: OpenSSF Scorecard - Security health metrics for Open Source
copyright:
- license: Apache-2.0
Expand All @@ -25,6 +25,10 @@ pipeline:
tag: v${{package.version}}
expected-commit: ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4

- uses: go/bump
with:
deps: github.com/golang-jwt/jwt/[email protected]

- runs: |
make build-scorecard
install -Dm755 ./scorecard "${{targets.destdir}}/usr/bin/scorecard"
Expand Down

0 comments on commit db62f0e

Please sign in to comment.