Skip to content

Commit c90f801

Browse files
authored
Merge pull request #12 from aboutcode-org/fedcode-integration
Generate FST using all available ecosystems
2 parents 691ae48 + f1476fa commit c90f801

File tree

3 files changed

+36
-755335
lines changed

3 files changed

+36
-755335
lines changed

.github/workflows/collect-purls_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Extract base purl from purls.yml
4343
run: |
4444
cd ../repos
45-
find . -type f -name "purls.yml" -exec sed -n '1{ s/^- *//; s/@.*//; p }' {} \; \
45+
find . -type f -name "purls.yml" -exec sed -n '1{ s/^- *//; s/@.*//; p }' {} \; | sort \
4646
> "${{ inputs.ecosystem }}.txt"
4747
4848
- name: Checkout repository

0 commit comments

Comments
 (0)