Skip to content

Commit

Permalink
ci: updated Fossa config and reconfigured workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dekobon committed Jun 14, 2021
1 parent 8af9506 commit 512ef2a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ version: 2
cli:
server: https://app.fossa.com
fetcher: custom
project: kic-reference-architectures
project: [email protected]:nginxinc/kic-reference-architectures.git
analyze:
modules:
- name: github.com/nginxinc/kic-reference-architectures/pulumi/aws
- name: pulumi/aws
type: pip
path: pulumi/aws
target: pulumi/aws
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 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: b7271378f70427d0944ce84fc7d32b6a

0 comments on commit 512ef2a

Please sign in to comment.