nodejs/nodejs.org

Use annotations to suppress false-positive security warnings

Closed this issue · 2 comments

https://github.com/ossf/scorecard/blob/main/config/README.md#annotating-your-project

for example, in a .github/scorecard.yml

annotations:
  - checks:
      - dangerous-workflow
    reasons:
      - reason: remediated # the workflow is dangerous but only run under maintainers verification and approval

Unsure if non-contributors can see these - so not labeling them good first issue for now

Unsure if non-contributors can see these - so not labeling them good first issue for now

What do you mean by that? 🤔

What do you mean by that? 🤔

I don't know if just anyone can see this tab
image

closed via #6979