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

SPP docs diff scan web requests feature flag

Changelog: changed
上级 431440ba
No related branches found
No related tags found
2 合并请求!3031Merge per-main-jh to main-jh by luzhiyuan,!3030Merge per-main-jh to main-jh
......@@ -139,6 +139,7 @@ Secret push protection does not check a file in a commit when:
- [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/469161) in GitLab 17.5 [with a flag](../../../../administration/feature_flags.md) named `spp_scan_diffs`. Disabled by default.
- [Enabled on GitLab.com](https://gitlab.com/gitlab-org/gitlab/-/issues/480092) in GitLab 17.6.
- [Added](https://gitlab.com/gitlab-org/gitlab/-/issues/491282) support for Web IDE pushes in GitLab 17.10 [with a flag](../../../../administration/feature_flags.md) named `secret_checks_for_web_requests`. Disabled by default.
{{< /history >}}
......@@ -154,9 +155,8 @@ cause a [push to be blocked unexpectedly](#push-blocked-unexpectedly) even thoug
contain a secret. To instead have only the changes (diff) scanned for secrets when pushing by using
the Git CLI client, enable diff scanning.
Changes committed by using the Web IDE still result in the entire file being scanned due to a
technical limitation. Support for improvements is proposed in
[issue 491282](https://gitlab.com/gitlab-org/gitlab/-/issues/491282).
To enable diff-only scanning for Web IDE pushes, enable the `secret_checks_for_web_requests`
and `spp_scan_diffs` feature flags.
## Resolve a blocked push
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册