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 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 :)