Do not render outdated security reports summary (#4083) #3580
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: FOSSA | |
on: | |
push: | |
branches: | |
- master | |
permissions: read-all | |
jobs: | |
fossa-scan: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: fossas/fossa-action@main | |
with: | |
api-key: ${{secrets.FOSSA_API_KEY}} |