From 6ab6a59d8a741880f96fdee1c1717f29c7f13166 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Tue, 21 Apr 2026 05:14:24 +0900 Subject: [PATCH] chore: add FOSSA config for license compliance (feedback) --- .fossa.yml | 11 +++++++++++ requirements.txt | 1 + 2 files changed, 12 insertions(+) create mode 100644 .fossa.yml create mode 100644 requirements.txt diff --git a/.fossa.yml b/.fossa.yml new file mode 100644 index 0000000..788979d --- /dev/null +++ b/.fossa.yml @@ -0,0 +1,11 @@ +version: 3 + +# FOSSA CLI for getsentry/action-enforce-license-compliance. +# https://github.com/fossas/fossa-cli/blob/master/docs/references/files/fossa-yml.md + +project: + id: github.com/codecov/feedback + url: https://github.com/codecov/feedback + +telemetry: + scope: "off" diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..859352f --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +# FOSSA: setuptools discovery target at repo root (add real deps here if applicable).