Skip to content

Commit 991be60

Browse files
Adds scorecard annotations (#6979)
1 parent ac3f5bb commit 991be60

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/scorecard.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# annotations tell scorecard that we have mitigated a concern. automation is only so good at establishing context
2+
# https://github.com/ossf/scorecard/blob/main/config/README.md#annotating-your-project
3+
annotations:
4+
# our workflows only run when a maintainer allows it
5+
- checks:
6+
- dangerous-workflow
7+
reasons:
8+
- reason: remediated

0 commit comments

Comments
 (0)