diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 00000000..e72fdfa9 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,15 @@ +name: vulnerability scan workflow + +on: push + +jobs: + meterian_scan: + name: Meterian client opensource scan + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Scan project with the Meterian client + uses: MeterianHQ/meterian-github-action@v1.0.17 + with: + cli_args: "--oss" #[ Meterian CLI Options ] \ No newline at end of file diff --git a/README.md b/README.md index d611943d..276b8d8d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ OWNER ===== + +[![security status](https://qa.meterian.io/badge/pb/843e4295-06e0-4944-901b-a6baf29ce1a7/security)](https://qa.meterian.io/projects/?pid=843e4295-06e0-4944-901b-a6baf29ce1a7) [![stability status](https://qa.meterian.io/badge/pb/843e4295-06e0-4944-901b-a6baf29ce1a7/stability)](https://qa.meterian.io/projects/?pid=843e4295-06e0-4944-901b-a6baf29ce1a7) [![licensing status](https://qa.meterian.io/badge/pb/843e4295-06e0-4944-901b-a6baf29ce1a7/licensing)](https://qa.meterian.io/projects/?pid=843e4295-06e0-4944-901b-a6baf29ce1a7) + OWNER, an API to ease Java property files usage. [![Build Status](https://travis-ci.org/lviggiano/owner.png?branch=master)](https://travis-ci.org/lviggiano/owner)