Skip to content

Merge pull request #932 from kubewarden/dependabot/github_actions/act… #593

Merge pull request #932 from kubewarden/dependabot/github_actions/act…

Merge pull request #932 from kubewarden/dependabot/github_actions/act… #593

Workflow file for this run

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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: fossas/fossa-action@09bcf127dc0ccb4b5a023f6f906728878e8610ba # v1.4.0
with:
api-key: ${{secrets.FOSSA_API_TOKEN}}