File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ on : [workflow_dispatch]
2+
3+ jobs :
4+ mine-composer-purls :
5+ runs-on : ubuntu-24.04
6+ name : Mine composer PackageURLs
7+ steps :
8+ - uses : aboutcode-org/scancode-action@beta
9+ with :
10+ scancodeio-repo-branch : " collect-purl-metadata#egg=scancodeio[mining]"
11+ pipelines : " mine_composer"
12+ env :
13+ FEDERATEDCODE_GIT_ACCOUNT_URL : https://github.com/aboutcode-data/minecode-data-pypi-test
14+ FEDERATEDCODE_GIT_SERVICE_TOKEN : ${{ secrets.MINING_GITHUB_TOKEN }}
15+ FEDERATEDCODE_GIT_SERVICE_NAME : " AboutCode Automation"
16+ FEDERATEDCODE_GIT_SERVICE_EMAIL : " automation@aboutcode.org"
Original file line number Diff line number Diff line change 1+ on : [workflow_dispatch]
2+
3+ jobs :
4+ mine-conan-purls :
5+ runs-on : ubuntu-24.04
6+ name : Mine conan PackageURLs
7+ steps :
8+ - uses : aboutcode-org/scancode-action@beta
9+ with :
10+ scancodeio-repo-branch : " collect-purl-metadata#egg=scancodeio[mining]"
11+ pipelines : " mine_conan"
12+ env :
13+ FEDERATEDCODE_GIT_ACCOUNT_URL : https://github.com/aboutcode-data/minecode-data-pypi-test
14+ FEDERATEDCODE_GIT_SERVICE_TOKEN : ${{ secrets.MINING_GITHUB_TOKEN }}
15+ FEDERATEDCODE_GIT_SERVICE_NAME : " AboutCode Automation"
16+ FEDERATEDCODE_GIT_SERVICE_EMAIL : " automation@aboutcode.org"
Original file line number Diff line number Diff line change 1+ on : [workflow_dispatch]
2+
3+ jobs :
4+ mine-cpan-purls :
5+ runs-on : ubuntu-24.04
6+ name : Mine cpan PackageURLs
7+ steps :
8+ - uses : aboutcode-org/scancode-action@beta
9+ with :
10+ scancodeio-repo-branch : " collect-purl-metadata#egg=scancodeio[mining]"
11+ pipelines : " mine_cpan"
12+ env :
13+ FEDERATEDCODE_GIT_ACCOUNT_URL : https://github.com/aboutcode-data/minecode-data-pypi-test
14+ FEDERATEDCODE_GIT_SERVICE_TOKEN : ${{ secrets.MINING_GITHUB_TOKEN }}
15+ FEDERATEDCODE_GIT_SERVICE_NAME : " AboutCode Automation"
16+ FEDERATEDCODE_GIT_SERVICE_EMAIL : " automation@aboutcode.org"
Original file line number Diff line number Diff line change 1+ on : [workflow_dispatch]
2+
3+ jobs :
4+ mine-cran-purls :
5+ runs-on : ubuntu-24.04
6+ name : Mine cran PackageURLs
7+ steps :
8+ - uses : aboutcode-org/scancode-action@beta
9+ with :
10+ scancodeio-repo-branch : " collect-purl-metadata#egg=scancodeio[mining]"
11+ pipelines : " mine_cran"
12+ env :
13+ FEDERATEDCODE_GIT_ACCOUNT_URL : https://github.com/aboutcode-data/minecode-data-pypi-test
14+ FEDERATEDCODE_GIT_SERVICE_TOKEN : ${{ secrets.MINING_GITHUB_TOKEN }}
15+ FEDERATEDCODE_GIT_SERVICE_NAME : " AboutCode Automation"
16+ FEDERATEDCODE_GIT_SERVICE_EMAIL : " automation@aboutcode.org"
You can’t perform that action at this time.
0 commit comments