Skip to content

Another snapshot update. #717

Another snapshot update.

Another snapshot update. #717

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 }}