Skip to content
name: FOSSA CLI Analysis - Default
on:
pull_request:
branches: [ $default-branch ]
jobs:
check_env:
uses: newrelic/.github/.github/workflows/fossa-check-env.yml@main

Check failure on line 8 in newrelic-csec/.github/.github/workflows/fossa-default.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/fossa-default.yml

Invalid workflow file

error parsing called workflow "required/712560489/.github/workflows/fossa-default.yml" -> "newrelic/.github/.github/workflows/fossa-check-env.yml@main" : failed to fetch workflow: workflow was not found.
secrets:
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}
fossa:
needs: check_env
if: ${{ needs.check_env.outputs.HAS_FOSSA_API_KEY == 'true' }}
runs-on: ubuntu-latest
env:
FOSSA_API_KEY: ${{secrets.FOSSA_API_KEY}}
ORG: ${{ github.repository_owner }}
REPO: ${{ github.repository }}
CUSTOM_PROPS_PAT: ${{ secrets.FOSSA_PAT }}
HAS_FOSSA_TARGETS: ""
FOSSA_ANALYZE_RESULT: ""
steps:
- uses: actions/checkout@v3
- id: fossa-cli
uses: newrelic/.github/.github/composite/fossa-composite@main