Merge pull request #619 from kubewarden/renovate/peter-evans-reposito… #170
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 scanning | |
on: | |
push: | |
tags: | |
- "v*" | |
branches: | |
- "main" | |
# Declare default permissions as read only. | |
permissions: read-all | |
jobs: | |
fossa-scan: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | |
- uses: fossas/fossa-action@f61a4c0c263690f2ddb54b9822a719c25a7b608f # v1.3.1 | |
with: | |
api-key: ${{secrets.FOSSA_API_TOKEN}} |