Skip to content

Create SECURITY.md

Create SECURITY.md #6

Workflow file for this run

# Lint the script with shellcheck
name: Shellcheck on vuln2pve
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: shellcheck vuln2pve