Skip to content

Commit a37f1a1

Browse files
bmuenzenmeyerjoeeames
authored andcommitted
Adds scorecard annotations (nodejs#6979)
1 parent 830b325 commit a37f1a1

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)