Skip to content

Add style progression images to README #2

Add style progression images to README

Add style progression images to README #2

name: plugin-security-scan
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
plugin-security-scan:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install scan dependencies
run: python -m pip install --upgrade bandit detect-secrets flake8
- name: Build packaged plugin and run local-style scans
run: python scripts/run_plugin_security_scan.py --allow-findings