Skip to content

Commit

Permalink
Try adding a curl before running fossa analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
elaguerta-nr authored Nov 7, 2023
1 parent 9908364 commit 6e741ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
name: Run fossa analyze
if: ${{ steps.fossa-list-targets.outputs.HAS_FOSSA_TARGETS == 'True'}}
run: |
curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install-latest.sh | bash
fossa_analyze_output=$(fossa analyze 2>&1)
echo "::notice::$fossa_analyze_output"
Expand Down

0 comments on commit 6e741ed

Please sign in to comment.