Skip to content

"Automation"

"Automation" #1900

Workflow file for this run

name: vulnerability scan workflow
on: push
jobs:
meterian_scan:
name: Meterian client 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
env:
METERIAN_API_TOKEN: ${{ secrets.METERIAN_API_TOKEN }}
with:
cli_args: "" #[ Meterian CLI Options ]