Skip to content

revanite-io/security-insights-linter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

security-insights-linter

An action to validate Security Insights files against the Security Insights spec, currently implemented via CUE validation.

Usage

name: Lint Security Insights

on:
  pull_request:
    branches: ["main"]

permissions: {}

jobs:
  lint:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout repository
        uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
        with:
          persist-credentials: false

      - name: Run linter
        uses: revanite-io/security-insights-linter@main

Inputs

Input Description Default Required
si-path Path to security-insights.yml' security-insights.yml in repository root No
schema-version Version of the Security Insights schema to use v2.1.0 No
skip-cue-setup Skip setup-cue (i.e. because it is already installed) false No

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •