We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 691ae48 + f1476fa commit c90f801Copy full SHA for c90f801
.github/workflows/collect-purls_template.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Extract base purl from purls.yml
43
run: |
44
cd ../repos
45
- find . -type f -name "purls.yml" -exec sed -n '1{ s/^- *//; s/@.*//; p }' {} \; \
+ find . -type f -name "purls.yml" -exec sed -n '1{ s/^- *//; s/@.*//; p }' {} \; | sort \
46
> "${{ inputs.ecosystem }}.txt"
47
48
- name: Checkout repository
0 commit comments