Skip to content
Snippets Groups Projects
Select Git revision
  • renovate/major-opa
  • advisory/tj
  • main default protected
  • defect/telem
  • docs/pattern
  • spike/go-tools-124-gql
  • spike/go-tools-124
  • chore/deepmap
  • docs/mas
  • build/notify
  • fix/du
  • defect/diff
  • defect/json
  • chore/schema
  • feat/diff-json
  • chore/typo
  • build/binaries
  • build/changelog-
  • defect/otel
  • chore/otel
  • v0.116.2 protected
  • v0.116.1 protected
  • v0.116.0 protected
  • v0.115.3 protected
  • v0.115.2 protected
  • v0.115.1 protected
  • v0.115.0 protected
  • v0.114.0 protected
  • v0.113.5 protected
  • v0.113.4 protected
  • v0.113.3 protected
  • v0.113.2 protected
  • v0.113.1 protected
  • v0.113.0 protected
  • v0.112.0 protected
  • v0.111.1 protected
  • v0.111.0 protected
  • v0.110.2 protected
  • v0.110.1 protected
  • v0.110.0 protected
40 results

db.go

Blame
  • Jamie Tanna's avatar
    674ddc64
    Add support for evaluating OPA policies · 674ddc64
    Jamie Tanna authored and Jamie Tanna's avatar Jamie Tanna committed
    As part of #258, we can introduce the `policy evaluate` command to give
    an indication of the impact of a given Policy being introduced.
    
    This requires we:
    
    - list all the repos and packages (so we can perform per-repo tuning of
      policies if needed) from Renovate and SBOM datasources
    - evaluate the policy, across many Goroutines due to the expected size
      of the returned list of dependencies
    
    Although the scope of #273 was for this to be a `--dry-run` flag, it
    makes more sense to be by default.
    
    Closes #273.
    674ddc64
    History
    Add support for evaluating OPA policies
    Jamie Tanna authored and Jamie Tanna's avatar Jamie Tanna committed
    As part of #258, we can introduce the `policy evaluate` command to give
    an indication of the impact of a given Policy being introduced.
    
    This requires we:
    
    - list all the repos and packages (so we can perform per-repo tuning of
      policies if needed) from Renovate and SBOM datasources
    - evaluate the policy, across many Goroutines due to the expected size
      of the returned list of dependencies
    
    Although the scope of #273 was for this to be a `--dry-run` flag, it
    makes more sense to be by default.
    
    Closes #273.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.