Skip to content

chore: update security-insights.yml to spec v2.2.0 and add workflow to vet file #2

chore: update security-insights.yml to spec v2.2.0 and add workflow to vet file

chore: update security-insights.yml to spec v2.2.0 and add workflow to vet file #2

Workflow file for this run

---
name: Validate Security Insights
on:
pull_request:
paths:
- ".github/security-insights.yml"
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- name: Validate Security Insights
uses: revanite-io/security-insights-action@v1.0.0
with:
file: .github/security-insights.yml