From 28ae13e2d607ec47940bb7a17c8fcd6735a1c7ca Mon Sep 17 00:00:00 2001 From: fossabot Date: Mon, 20 Nov 2023 11:23:15 -0800 Subject: [PATCH] Add license scan report and status Signed off by: fossabot --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0337ec4..3a9b043 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # A Server for Playwright Test Assets +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fmechanical-orchard%2Fplaywright-assets.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fmechanical-orchard%2Fplaywright-assets?ref=badge_shield) + ## Usage @@ -15,6 +17,9 @@ If you are developing on [playwright-elixir](https://github.com:geometerio/playw This project carries the ISC License. The assets are acquired from [microsoft/playwright](https://github.com/microsoft/playwright), which uses the Apache License (copied here, per the license terms). + +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fmechanical-orchard%2Fplaywright-assets.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fmechanical-orchard%2Fplaywright-assets?ref=badge_large) + ## Bootstrapping ```shell @@ -25,4 +30,4 @@ dev setup # see `${REPO}/bin/dev.d/setup.sh` for details ## Contributing -To make updates to the assets pulled from Playwright and embedded here, and assuming the project has been bootstrapped, try `dev fetch ` (e.g., `dev fetch release-1.32`). See `${REPO}/bin/dev.d/fetch.sh` for details. +To make updates to the assets pulled from Playwright and embedded here, and assuming the project has been bootstrapped, try `dev fetch ` (e.g., `dev fetch release-1.32`). See `${REPO}/bin/dev.d/fetch.sh` for details. \ No newline at end of file