From 57f4811bf1bb6e434fb5678ee9512f090000d56c Mon Sep 17 00:00:00 2001 From: "meterian-sca-qa[bot]" <150240621+meterian-sca-qa[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 09:31:31 +0000 Subject: [PATCH 1/2] Added Meterian badges in README.md [skip ci] --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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) From e1abd6afcff39a2c4644e54e9ac1e33b02cfe07a Mon Sep 17 00:00:00 2001 From: "meterian-sca-qa[bot]" <150240621+meterian-sca-qa[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 09:31:32 +0000 Subject: [PATCH 2/2] Added Meterian workflow [skip ci] --- .github/workflows/main.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/main.yml 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