AI觉醒星球
Awakening is here
Knowledge File / 全球热点解读
2026-05-27 1 浏览 公开

趋势解读:Filter secret scanning approval requests by sort order,提升开发者接入体验

趋势解读:Filter secret scanning approval requests by sort order,提升开发者接入体验:这条内容属于全球热点,核心焦点是提升开发者接入体验,适合继续追踪它对内容生产、业务执行和工具工作流的直接影响。

SOURCE / 全球热点解读 MIN / 4 ACCESS / 公开 POST / 2026-05-27 00:01:21

原贴

查看原文
作者:Allison 来源站点:github.blog 原贴时间:

原文

This week, we’re rolling out two improvements to our delegated workflows for secret scanning. Sort bypass and dismissal requests in the UI: You can now choose between ascending and descending order for approval request lists in the UI. New is_bypassed REST API filter: You can now filter by an is_bypassed query parameter when listing alerts, closing a gap with filtering that was already available in the UI. These changes make it easier for organizations to manage requests at scale. Previously, push protection bypass requests and alert dismissal requests appeared in a fixed order (newest-first). For large organizations, lack of control over sorting made it challenging to manage high volumes of requests. You can now order requests by Newest , Oldest , Recently updated , and Least recently updated directly in the filter UI bar, allowing security analysts and developers to focus on soonest-expiring requests. Sorting is available at the repository, organization, and enterprise levels for both push protection bypass requests and alert dismissal requests. This improvement makes it substantially easier to manage requests at scale from the UI list view. Previously, the bypassed:true,false qualifier was supported from the UI list view for push protection bypass requests, without an equivalent filter option in the REST API. This improvement makes it easier to programmatically filter alerts by push protection bypasses without additional processing. The secret scanning alerts API now accepts an is_bypassed boolean query parameter on all three list endpoints: GET /repos/{owner}/{repo}/secret-scanning/alerts GET /enterprises/{enterprise}/secret-scanning/alerts Pass is_bypassed=true to return only alerts where push protection was bypassed, or is_bypassed=false to exclude them. Learn more about secret scanning and the secret scanning REST API in our documentation. These improvements were shaped by your feedback. Let us know what you think in the community discussion .

中文翻译

本周,我们将对秘密扫描的委派工作流程进行两项改进。在 UI 中对绕过和驳回请求进行排序:您现在可以在 UI 中的批准请求列表的升序和降序之间进行选择。新的 is_bypassed REST API 过滤器:您现在可以在列出警报时按 is_bypassed 查询参数进行过滤,从而缩小与 UI 中已提供的过滤的差距。这些变化使组织可以更轻松地大规模管理请求。以前,推送保护绕过请求和警报解除请求以固定顺序出现(最新的在前)。对于大型组织来说,缺乏对排序的控制使得管理大量请求变得困难。现在,您可以直接在过滤器 UI 栏中按“最新”、“最旧”、“最近更新”和“最近最少更新”对请求进行排序,从而使安全分析师和开发人员能够专注于最早到期的请求。对于推送保护绕过请求和警报解除请求,可以在存储库、组织和企业级别进行排序。这一改进使得从 UI 列表视图大规模管理请求变得更加容易。以前,UI 列表视图支持用于推送保护绕过请求的 Bypassed:true,false 限定符,但 REST API 中没有等效的筛选器选项。这一改进使得通过推送保护绕过以编程方式过滤警报变得更加容易,而无需进行额外的处理。秘密扫描警报 API 现在在所有三个列表端点上接受 is_bypassed 布尔查询参数: GET /repos/{owner}/{repo}/secret-scanning/alerts GET /enterprises/{enterprise}/secret-scanning/alerts 传递 is_bypassed=true 以仅返回绕过推送保护的警报,或通过 is_bypassed=false 将其排除。在我们的文档中了解有关秘密扫描和秘密扫描 REST API 的更多信息。这些改进是根据您的反馈制定的。让我们知道您在社区讨论中的想法。

核心信息

趋势解读:Filter secret scanning approval requests by sort order,提升开发者接入体验:这条内容属于全球热点,核心焦点是提升开发者接入体验,适合继续追踪它对内容生产、业务执行和工具工作流的直接影响。

  • 趋势解读:Filter secret scanning approval requests by sort order,提升开发者接入体验:这条内容属于全球热点,核心焦点是提升开发者接入体验,适合继续追踪它对内容生产、业务执行和工具工作流的直接影响。
  • 原贴提到:This week, we’re rolling out two improvements to our delegated workflows
  • 关键词:AI、GitHub Changelog
  • 来源:GitHub Changelog

详细解读

本周,我们将对秘密扫描的委派工作流程进行两项改进。在 UI 中对绕过和驳回请求进行排序:您现在可以在 UI 中的批准请求列表的升序和降序之间进行选择。新的 is_bypassed REST API 过滤器:您现在可以在列出警报时按 is_bypassed 查询参数进行过滤,从而缩小与 UI 中已提供的过滤的差距。这些变化使组织可以更轻松地大规模管理请求。以前,推送保护绕过请求和警报解除请求以固定顺序出现(最新的在前)。对于大型组织来说,缺乏对排序的控制使得管理大量请求变得困难。现在,您可以直接在过滤器 UI 栏中按“最新”、“最旧”、“最近更新”和“最近最少更新”对请求进行排序,从而使安全分析师和开发人员能够专注于最早到期的请求。对于推送保护绕过请求和警报解除请求,可以在存储库、组织和企业级别进行排序。这一改进使得从 UI 列表视图大规模管理请求变得更加容易。以前,UI 列表视图支持用于推送保护绕过请求的 Bypassed:true,false 限定符,但 REST API 中没有等效的筛选器选项。这一改进使得通过推送保护绕过以编程方式过滤警报变得更加容易,而无需进行额外的处理。秘密扫描警报 API 现在在所有三个列表端点上接受 is_bypassed 布尔查询参数: GET /repos/{owner}/{repo}/secret-scanning/alerts GET /enterprises/{enterprise}/secret-scanning/alerts 传递 is_bypassed=true 以仅返回绕过推送保护的警报,或通过 is_bypassed=false 将其排除。在我们的文档中了解有关秘密扫描和秘密扫描 REST API 的更多信息。这些改进是根据您的反馈制定的。让我们知道您在社区讨论中的想法。

信息差价值

这条内容的真正价值,不只是“有人发布了一个新功能”,而是它揭示了 GitHub Changelog 背后的产品方向、工作流变化或竞争信号。对 OPC 来说,这种信息可以转化成持续追踪的栏目选题。

如果把《趋势解读:Filter secret scanning approval requests by sort order,提升开发者接入体验》放到你的内容系统里,它最大的价值在于帮助读者更快看懂“为什么值得关注”,而不是只看到一条碎片化动态。

参考来源

上一篇 OpenAI Developers 发布新动态,聚焦产品能力与工作流变化(🤳) 下一篇 【必读】每日AI日报 2026-05-26