Skip to content

Add CAD marketplace readiness guard #160

Add CAD marketplace readiness guard

Add CAD marketplace readiness guard #160

name: HOL Plugin Scanner
on:
pull_request:
push:
branches: [master, main]
workflow_dispatch:
permissions:
contents: read
security-events: write
jobs:
scan:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
- name: HOL Plugin Scanner
uses: hashgraph-online/ai-plugin-scanner-action@049f135bbda5f993c3564ce2b97d72ff595c7a1e
with:
plugin_dir: "."
mode: scan
min_score: 80
fail_on_severity: high
format: sarif
upload_sarif: true