-
Notifications
You must be signed in to change notification settings - Fork 904
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #824 from RainbowMango/pr_adopt_fossa
Adopt fossa scan
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
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
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 |