Class: Gitlab::Ci::Parsers::Sbom::Source::ContainerScanning
- Inherits:
-
BaseSource
- Object
- BaseSource
- Gitlab::Ci::Parsers::Sbom::Source::ContainerScanning
- Defined in:
- lib/gitlab/ci/parsers/sbom/source/container_scanning.rb
Direct Known Subclasses
Constant Summary collapse
- REQUIRED_ATTRIBUTES =
[ %w[image name], %w[image tag] ].freeze
- OPERATING_SYSTEM_ATTRIBUTES =
[ %w[operating_system name], %w[operating_system version] ].freeze
Method Summary
Methods inherited from BaseSource
Constructor Details
This class inherits a constructor from Gitlab::Ci::Parsers::Sbom::Source::BaseSource