diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 345767f74..fcb25fcc8 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -1,4 +1,4 @@ -name: Security Scanning +name: Security and License Scans on: pull_request_target: @@ -17,22 +17,6 @@ on: workflow_dispatch: jobs: - fossa: - runs-on: ubuntu-latest - - steps: - - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1 - with: - ref: ${{ github.head_ref }} - - - name: Run FOSSA Scan - uses: fossas/fossa-action@main - with: - api-key: ${{ secrets.FOSSA_API_KEY }} - - - name: Run FOSSA Test - uses: fossas/fossa-action@main - with: - api-key: ${{ secrets.FOSSA_API_KEY }} - run-tests: true + security-license-scan: + uses: TBD54566975/open-source-programs/.github/workflows/security.yml@main + secrets: inherit