Skip to content

Commit 0405d52

Browse files
authored
chore: annotate testing binaries (OSSF scorecard) (#4472)
OpenSSF scorecard currently complains about our binary files. This adds an annotation explaining what's in them and why we have them in case anyone's curious. Signed-off-by: Terri Oda <[email protected]>
1 parent 8b3b32c commit 0405d52

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/scorecard.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
annotations:
2+
- checks:
3+
- binary-artifacts
4+
reasons:
5+
- reason: test-data # binary files for testing binary scanner. Most are text signatures with no code.

0 commit comments

Comments
 (0)