Skip to content

Commit

Permalink
Add exception for FOSSA
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Feb 21, 2024
1 parent 6b065a1 commit d696b31
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_size = 4
indent_style = tab

[*.{md,yml,yaml}]
indent_size = 2
indent_style = space
2 changes: 2 additions & 0 deletions dependency-review-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ allow_licenses:
- OpenSSL
- Python-2.0
- X11
allow-dependencies-licenses:
- pkg:githubactions/fossas/fossa-action
comment-summary-in-pr: on-failure

0 comments on commit d696b31

Please sign in to comment.