Skip to content

Merge branch 'main' of github.com:fossas/broker into ANE-1060-Broker-… #670

Merge branch 'main' of github.com:fossas/broker into ANE-1060-Broker-…

Merge branch 'main' of github.com:fossas/broker into ANE-1060-Broker-… #670

Workflow file for this run

name: FOSSA
on: push
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: curl https://raw.githubusercontent.com/fossas/fossa-cli/master/install-latest.sh | bash
# Just try to run fossa up to twice, for the case of temporary network or service issues.
- run: fossa analyze || fossa analyze
env:
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}
# Just try to run fossa up to twice, for the case of temporary network or service issues.
- run: fossa test || fossa test
env:
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}