Skip to content

Reject provider scanner directory routes #513

Reject provider scanner directory routes

Reject provider scanner directory routes #513

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@7efab6be3cc2e2b020492c77f769963070905d6e
with:
plugin_dir: "."
mode: scan
min_score: 80
fail_on_severity: high
format: sarif
upload_sarif: true