Skip to content
代码片段 群组 项目
未验证 提交 40a87776 编辑于 作者: Dominic Couture's avatar Dominic Couture 提交者: GitLab
浏览文件

Remove the AppSec ping from Custom SAST Rules bot message

上级 4291582d
No related branches found
No related tags found
无相关合并请求
...@@ -14,7 +14,7 @@ jq -crM '.vulnerabilities | ...@@ -14,7 +14,7 @@ jq -crM '.vulnerabilities |
) | ) |
sort | sort |
if length > 0 then if length > 0 then
{ body: ("The findings below have been detected based on the AppSec custom SAST rules. For more information about this bot and what to do with this comment head over to the [README](https://gitlab.com/gitlab-com/gl-security/appsec/sast-custom-rules/-/tree/main/appsec-pings). The following lines of code possibly need attention:\n\n" + join("\n") + "\n\n/cc @gitlab-com/gl-security/appsec") } { body: ("The findings below have been detected based on the AppSec custom SAST rules. For more information about this bot head over to [the FAQ](https://gitlab.com/gitlab-com/gl-security/appsec/sast-custom-rules/-/tree/main/#faq).\n\n" + join("\n") + "\n\nPing `@gitlab-com/gl-security/appsec` if you need assistance regarding those findings.") }
else else
empty empty
end' gl-sast-report.json >findings.txt end' gl-sast-report.json >findings.txt
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册