Skip to content

Commit

Permalink
Merge pull request #824 from RainbowMango/pr_adopt_fossa
Browse files Browse the repository at this point in the history
Adopt fossa scan
  • Loading branch information
karmada-bot authored Oct 16, 2021
2 parents e55ed1e + 9d911ee commit c018f79
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: FOSSA
on:
# Run this workflow every time a new commit pushed to upstream/fork repository.
# Run workflow on fork repository will help contributors find and resolve issues before sending a PR.
push:
pull_request:
jobs:
fossa:
name: FOSSA
runs-on: ubuntu-18.04
steps:
- name: checkout code
uses: actions/checkout@v2
- name: Run FOSSA scan and upload build data
uses: fossa-contrib/fossa-action@v1
with:
fossa-api-key: 7ac0174603e25cb0a4b3ebd2e131a89f

0 comments on commit c018f79

Please sign in to comment.