From f93cc08acab445847cdd4cf9c18bce01afa95da0 Mon Sep 17 00:00:00 2001 From: Keshav Priyadarshi Date: Mon, 29 Sep 2025 15:38:05 +0530 Subject: [PATCH] Add workflow to mine NuGet PackageURLs Signed-off-by: Keshav Priyadarshi --- .github/workflows/mine-nuget-packageurls.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/mine-nuget-packageurls.yml diff --git a/.github/workflows/mine-nuget-packageurls.yml b/.github/workflows/mine-nuget-packageurls.yml new file mode 100644 index 00000000..b8e40a3a --- /dev/null +++ b/.github/workflows/mine-nuget-packageurls.yml @@ -0,0 +1,16 @@ +on: [workflow_dispatch] + +jobs: + mine-nuget-purls: + runs-on: ubuntu-24.04 + name: Mine NuGet PackageURLs + steps: + - uses: aboutcode-org/scancode-action@beta + with: + scancodeio-repo-branch: "donot-commit-empty#egg=scancodeio[mining]" + pipelines: "mine_nuget" + env: + FEDERATEDCODE_GIT_ACCOUNT_URL: https://github.com/aboutcode-data/minecode-data-nuget-test + FEDERATEDCODE_GIT_SERVICE_TOKEN: ${{ secrets.MINING_GITHUB_TOKEN }} + FEDERATEDCODE_GIT_SERVICE_NAME: "AboutCode Automation" + FEDERATEDCODE_GIT_SERVICE_EMAIL: "automation@aboutcode.org"