mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 00:37:27 +00:00
Merge pull request #5287 from piontec/ignore-scorecard-for-backports
add: OSSF scorecard configuration file - ignore false-positive
This commit is contained in:
commit
09af0becc5
1 changed files with 5 additions and 0 deletions
5
.scorecard.yml
Normal file
5
.scorecard.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
annotations:
|
||||
- checks:
|
||||
- dangerous-workflow
|
||||
reasons:
|
||||
- reason: not-applicable # This workflow does not run untrusted code, the bot will only backport a code if the a PR was approved and merged into main.
|
||||
Loading…
Reference in a new issue