Commit b5a6dfec authored by Sashi Kumar Kumaresan's avatar Sashi Kumar Kumaresan Committed by Simon Knox

Add security_orchestration_policy to pipeline source filter

The scheduled scans that are triggered from the
security policy runs with source security_orchestration_policy
This commit adds Security Orchestration Policy as one of
the pipeline sources in the filter.

EE: true
Changelog: added
parent 8253bfc3
......@@ -10,6 +10,10 @@ const EE_PIPELINE_SOURCES = [
text: s__('Pipeline|Source|On-Demand DAST Validation'),
value: 'ondemand_dast_validation',
},
{
text: s__('Pipeline|Source|Security Policy'),
value: 'security_orchestration_policy',
},
];
export const PIPELINE_SOURCES = [...CE_PIPELINE_SOURCES, ...EE_PIPELINE_SOURCES];
......@@ -25015,6 +25015,9 @@ msgstr ""
msgid "Pipeline|Source|Schedule"
msgstr ""
msgid "Pipeline|Source|Security Policy"
msgstr ""
msgid "Pipeline|Source|Trigger"
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment