File tree 3 files changed +12
-2
lines changed
docs/semgrep-appsec-platform
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
slug : wiz
3
3
append_help_link : true
4
- title : View Semgrep findings in Wiz's Security Graph
4
+ title : Wiz
5
5
hide_title : true
6
6
description : " Learn how to view Semgrep findings in Wiz's Security Graph."
7
7
tags :
Original file line number Diff line number Diff line change @@ -403,6 +403,8 @@ module.exports = {
403
403
{ from : "/semgrep-supply-chain/ignoring-dependencies" , to : "/semgrep-supply-chain/ignoring-dependencies" } ,
404
404
/* FEB 26, 2025 */
405
405
{ from : "/faq" , to : "/faq/overview" } ,
406
+ /* MAR 4, 2025 */
407
+ { from : "/kb/integrations/wiz" , to : "/semgrep-appsec-platform/wiz" } ,
406
408
]
407
409
}
408
410
] ,
Original file line number Diff line number Diff line change @@ -176,7 +176,6 @@ module.exports = {
176
176
'semgrep-appsec-platform/webhooks'
177
177
]
178
178
} ,
179
- 'semgrep-appsec-platform/jira' ,
180
179
'semgrep-appsec-platform/dashboard' ,
181
180
{
182
181
type : 'category' ,
@@ -191,6 +190,15 @@ module.exports = {
191
190
'extensions/semgrep-intellij'
192
191
]
193
192
} ,
193
+ {
194
+ type : 'category' ,
195
+ label : 'Integrations' ,
196
+ collapsible : true ,
197
+ items : [
198
+ 'semgrep-appsec-platform/jira' ,
199
+ 'semgrep-appsec-platform/wiz'
200
+ ]
201
+ } ,
194
202
]
195
203
} ,
196
204
{
You can’t perform that action at this time.
0 commit comments