We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30387f1 commit dc2951eCopy full SHA for dc2951e
.github/workflows/workflow.yml
@@ -0,0 +1,8 @@
1
+jobs:
2
+ fossa-scan:
3
+ runs-on: ubuntu-latest
4
+ steps:
5
+ - uses: actions/checkout@v3
6
+ - uses: fossas/fossa-action@main
7
+ with:
8
+ api-key: ${{secrets.fossaApiKey}}
0 commit comments