Skip to content

Commit

Permalink
ci: adding fossa link
Browse files Browse the repository at this point in the history
  • Loading branch information
harshilgajera-crest committed Aug 13, 2024
1 parent 7a53401 commit 6529c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
id: fossa-scan
run: |
curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install-latest.sh | bash
FOSSA_REPORT_URL=$(fossa analyze --debug | grep -o 'https://app.fossa.com[^ ]*'))
FOSSA_REPORT_URL=$(fossa analyze --debug | grep -o 'https://app.fossa.com[^ ]*')
echo "FOSSA_REPORT_URL=$FOSSA_REPORT_URL" >> "$GITHUB_OUTPUT"
fossa report attribution --format text --timeout 600 > /tmp/THIRDPARTY
env:
Expand Down

0 comments on commit 6529c3c

Please sign in to comment.