grant icon indicating copy to clipboard operation
grant copied to clipboard

feat: Adding severity for ruleset

Open tomerse-sg opened this issue 2 years ago • 0 comments

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

tomerse-sg avatar Feb 06 '24 09:02 tomerse-sg