Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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 ]
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 :)