Skip to content

⭐️ add vulnerability policy for macOS #526

⭐️ add vulnerability policy for macOS

⭐️ add vulnerability policy for macOS #526

Workflow file for this run

---
name: Lint Policies
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Lint cnspec policies and output SARIF
uses: mondoohq/actions/cnspec-lint@main
with:
path: .
output-file: 'results.sarif'
- name: Upload SARIF results file
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: results.sarif