Skip to content

deps(deps): bump hashgraph-online/ai-plugin-scanner-action from 1.2.234 to 1.2.264 #5

deps(deps): bump hashgraph-online/ai-plugin-scanner-action from 1.2.234 to 1.2.264

deps(deps): bump hashgraph-online/ai-plugin-scanner-action from 1.2.234 to 1.2.264 #5

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