Class: Gitlab::Ci::Parsers::Sbom::Source::DependencyScanningComponent

Inherits:
BaseSource
  • Object
show all
Defined in:
lib/gitlab/ci/parsers/sbom/source/dependency_scanning_component.rb

Constant Summary collapse

REQUIRED_ATTRIBUTES =
[
  %w[reachability]
].freeze

Method Summary

Methods inherited from BaseSource

#initialize, source, #source

Constructor Details

This class inherits a constructor from Gitlab::Ci::Parsers::Sbom::Source::BaseSource