-
-
Notifications
You must be signed in to change notification settings - Fork 3
23 lines (21 loc) · 657 Bytes
/
meterian.yml
File metadata and controls
23 lines (21 loc) · 657 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: Meterian vulnerability scan workflow
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
meterian_scan:
name: Meterian client scan
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- 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 ]