Make SAST stop complaining about the use of the unsafe package, we need it on Windows

This commit is contained in:
2025-09-04 17:21:32 +02:00
parent ba5876055c
commit 2c854eaefa

View File

@@ -0,0 +1,6 @@
[gitlab-advanced-sast]
[[gitlab-advanced-sast.ruleset]]
disable = true
[gitlab-advanced-sast.ruleset.identifier]
type = "semgrep_id"
value = "gosec.G103-1"