Skip to content

#100 allow other password authenticator to work ZDM-530 (#101) #59

#100 allow other password authenticator to work ZDM-530 (#101)

#100 allow other password authenticator to work ZDM-530 (#101) #59

name: Dependency and License Scan
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
scan-repo:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Install Fossa CLI
run: |
curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash -s -- -b .
- name: Scan for dependencies and licenses
run: |
FOSSA_API_KEY=${{ secrets.FOSSA_PUSH_ONLY_API_KEY }} ./fossa analyze