Skip to content
Snippets Groups Projects
Select Git revision
  • renovate/major-opa
  • spike/go-tools-124-gql
  • spike/go-tools-124
  • main default protected
  • 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
  • chore/dep
  • docs/changelog
  • defect/changelog
  • 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
  • v0.109.0 protected
  • v0.108.0 protected
  • v0.107.0 protected
40 results

endoflifedate

Compare
  • Clone with SSH
  • Clone with HTTPS
  • Jamie Tanna's avatar
    Jamie Tanna authored
    Right now, we consume Package URLs (pURLs) for SBOM datasources, and
    have the ability to derive the pURL for a Renovate dependency but it's
    not persisted, and is only used when performing lookups to systems that
    require a pURL, or for `renovate-to-sbom`.
    
    To make this data available for other use-cases, we can derive the
    `package_type` and `package_url` as part of an import of Renovate data
    and then store it in the database.
    
    As this is derived, this is likely to be subtly wrong for some types, so
    we'll look at improving them as-and-when we discover incorrect
    categorisation.
    
    This also requires refactoring the parameter to
    `newRenovateDependenciesQuery` as it's no longer getting a full Renovate
    row, as we don't query the `package_type` or `package_url`.
    
    Closes #436, and a step towards #446.
    1bda10f0
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..