Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding severity for ruleset #51

Open
tomerse-sg opened this issue Feb 6, 2024 · 0 comments
Open

Adding severity for ruleset #51

tomerse-sg opened this issue Feb 6, 2024 · 0 comments
Labels
feat New feature or request

Comments

@tomerse-sg
Copy link

Hi,

Might be a good idea to add a "severity" to each rule (default can be unknown).
can help users to prioritize licenses issues (like with CVEs).

rules: 
    - pattern: "*gpl*"
      name: "deny-gpl"
      mode: "deny"
      reason: "GPL licenses are not allowed per xxx-xx company policy"
      severity: "High"
      exclusions:
        - "alpine-base-layout" # We don't link against this package so we don't care about its license
@spiffcs spiffcs added the feat New feature or request label Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

2 participants