Merge pull request #3396 from idvoretskyi/idvoretskyi-fossa
FOSSA scan enabled
This commit is contained in:
commit
e2ef64b85c
18
.github/workflows/fossa.yml
vendored
Normal file
18
.github/workflows/fossa.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
name: FOSSA License Scanning
|
||||
|
||||
on:
|
||||
- pull_request
|
||||
- push
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
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: cac3dc8d4f2ba86142f6c0f2199a160f
|
@ -17,6 +17,7 @@ Project, and VMware Harbor Registry.
|
||||
[](https://pkg.go.dev/github.com/distribution/distribution)
|
||||
[](LICENSE)
|
||||
[](https://codecov.io/gh/distribution/distribution)
|
||||
[](https://app.fossa.com/projects/custom%2B162%2Fgithub.com%2Fdistribution%2Fdistribution?ref=badge_shield)
|
||||
|
||||
This repository contains the following components:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user