Skip to content

Bump hashgraph-online/ai-plugin-scanner-action from 1.2.404 to 1.2.514 #4

Bump hashgraph-online/ai-plugin-scanner-action from 1.2.404 to 1.2.514

Bump hashgraph-online/ai-plugin-scanner-action from 1.2.404 to 1.2.514 #4

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