Skip to content

Commit

Permalink
Added workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
n-insaidoo authored Oct 25, 2024
1 parent c7d5c96 commit e658119
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/meterian.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Meterian Scanner workflow

on: push

jobs:
meterian_scan:
name: Meterian client scan
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Meterian Scanner
uses: MeterianHQ/[email protected]
with:
oss: true

0 comments on commit e658119

Please sign in to comment.