Skip to content

Commit

Permalink
Debug fossa action
Browse files Browse the repository at this point in the history
Signed-off-by: zhujian <[email protected]>
  • Loading branch information
zhujian7 committed Feb 17, 2025
1 parent 32c0b09 commit ef7527b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/fossa-license-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,25 @@ on:

permissions:
contents: read
actions: read

jobs:
fossa-scan:
runs-on: ubuntu-latest
steps:
- name: Debug secrets
run: echo "FOSSA_API_KEY is set"
env:
fossa_api_key: ${{ secrets.FOSSA_API_KEY }}
- name: Checkout tree
uses: actions/checkout@v4

- name: Run FOSSA scan and upload build data
uses: fossas/[email protected]
with:
api-key: ${{ secrets.FOSSA_API_KEY }}
debug: true
- uses: actions/upload-artifact@v4
with:
name: fossa.debug.json.gz
path: ./fossa.debug.json.gz

0 comments on commit ef7527b

Please sign in to comment.