From 2b2dcf3f68fd504fb6b78c175ae81b4b934ac7bd 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:05 +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 c7eef0c..c44f6ad 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ GridProbe ========= + +[![security status](https://qa.meterian.io/badge/pb/6faa30ed-4bfc-4997-91ed-d2e4ecc60213/security)](https://qa.meterian.io/projects/?pid=6faa30ed-4bfc-4997-91ed-d2e4ecc60213) [![stability status](https://qa.meterian.io/badge/pb/6faa30ed-4bfc-4997-91ed-d2e4ecc60213/stability)](https://qa.meterian.io/projects/?pid=6faa30ed-4bfc-4997-91ed-d2e4ecc60213) [![licensing status](https://qa.meterian.io/badge/pb/6faa30ed-4bfc-4997-91ed-d2e4ecc60213/licensing)](https://qa.meterian.io/projects/?pid=6faa30ed-4bfc-4997-91ed-d2e4ecc60213) + A simple toolkit for reliable multiprotocol communication. This was an experiment I conducted long ago, but it's still working, so I am planning to reuse it for some new cool stuff. Stay tuned :) From d5eb6ea2964eaf1e26fe814f6c0dff023d64b0c8 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:06 +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 0000000..e72fdfa --- /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