diff --git a/.fossa.yml b/.fossa.yml index a31505d6..3446ea2b 100755 --- a/.fossa.yml +++ b/.fossa.yml @@ -2,10 +2,10 @@ version: 2 cli: server: https://app.fossa.com fetcher: custom - project: kic-reference-architectures + project: git@github.com: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 diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml new file mode 100644 index 00000000..b944133d --- /dev/null +++ b/.github/workflows/fossa.yml @@ -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