Skip to content
代码片段 群组 项目
提交 039e33ce 编辑于 作者: Sam White's avatar Sam White 提交者: Alexander Turinske
浏览文件

Enable rule mode SEP UI for SAST IaC

Changelog: added
EE: true
上级 2afb3190
No related branches found
No related tags found
无相关合并请求
......@@ -35,7 +35,7 @@ export const SAST_CONFIG_HELP_PATH = helpPagePath('user/application_security/sas
});
export const SAST_IAC_NAME = __('Infrastructure as Code (IaC) Scanning');
export const SAST_IAC_SHORT_NAME = s__('ciReport|IaC Scanning');
export const SAST_IAC_SHORT_NAME = s__('ciReport|SAST IaC');
export const SAST_IAC_DESCRIPTION = __(
'Analyze your infrastructure as code configuration files for known vulnerabilities.',
);
......
......@@ -24,7 +24,7 @@ const i18n = {
),
scanExecutionPolicyTitle: s__('SecurityOrchestration|Scan execution policy'),
scanExecutionPolicyDesc: s__(
'SecurityOrchestration|Use a scan execution policy to create rules which enforce security scans for particular branches at a certain time. Supported types are SAST, DAST, Secret detection, Container scanning, and Dependency scanning.',
'SecurityOrchestration|Use a scan execution policy to create rules which enforce security scans for particular branches at a certain time. Supported types are SAST, SAST IaC, DAST, Secret detection, Container scanning, and Dependency scanning.',
),
scanExecutionPolicyExample: s__(
'SecurityOrchestration|Run a DAST scan with Scan Profile A and Site Profile A when a pipeline run against the main branch.',
......
......@@ -5,6 +5,7 @@ import {
DEPENDENCY_SCANNING_NAME,
SECRET_DETECTION_NAME,
CONTAINER_SCANNING_NAME,
SAST_IAC_SHORT_NAME,
} from '~/security_configuration/components/constants';
export const SCANNER_DAST = 'dast';
......@@ -44,6 +45,7 @@ export const DAST_HUMANIZED_TEMPLATE = s__(
export const RULE_MODE_SCANNERS = {
sast: SAST_SHORT_NAME,
sast_iac: SAST_IAC_SHORT_NAME,
dast: DAST_SHORT_NAME,
secret_detection: SECRET_DETECTION_NAME,
container_scanning: CONTAINER_SCANNING_NAME,
......
......@@ -38883,7 +38883,7 @@ msgstr ""
msgid "SecurityOrchestration|Update scan policies"
msgstr ""
 
msgid "SecurityOrchestration|Use a scan execution policy to create rules which enforce security scans for particular branches at a certain time. Supported types are SAST, DAST, Secret detection, Container scanning, and Dependency scanning."
msgid "SecurityOrchestration|Use a scan execution policy to create rules which enforce security scans for particular branches at a certain time. Supported types are SAST, SAST IaC, DAST, Secret detection, Container scanning, and Dependency scanning."
msgstr ""
 
msgid "SecurityOrchestration|Use a scan result policy to create rules that check for security vulnerabilities and license compliance before merging a merge request."
......@@ -50616,9 +50616,6 @@ msgstr ""
msgid "ciReport|Generic Report"
msgstr ""
 
msgid "ciReport|IaC Scanning"
msgstr ""
msgid "ciReport|Investigate this vulnerability by creating an issue"
msgstr ""
 
......@@ -50684,6 +50681,9 @@ msgstr ""
msgid "ciReport|SAST"
msgstr ""
 
msgid "ciReport|SAST IaC"
msgstr ""
msgid "ciReport|Secret Detection"
msgstr ""
 
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册