Skip to content
代码片段 群组 项目
未验证 提交 48d12892 编辑于 作者: Brian Williams's avatar Brian Williams 提交者: GitLab
浏览文件

Merge branch 'otovar/add-support-for-cyclonedx-1.6-reports' into 'master'

No related branches found
No related tags found
无相关合并请求
此差异已折叠。
......@@ -6,7 +6,7 @@ module Parsers
module Sbom
module Validators
class CyclonedxSchemaValidator
SUPPORTED_SPEC_VERSIONS = %w[1.4 1.5].freeze
SUPPORTED_SPEC_VERSIONS = %w[1.4 1.5 1.6].freeze
SCHEMA_BASE_PATH = Rails.root.join('app', 'validators', 'json_schemas', 'cyclonedx').freeze
......
......@@ -219,7 +219,7 @@
end
context 'when spec version is supported' do
where(:spec_version) { %w[1.4 1.5] }
where(:spec_version) { %w[1.4 1.5 1.6] }
with_them do
it_behaves_like 'a validator that performs the expected validations'
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册