47 搜索结果 "secrets"
代码安全 / 保护你的组织 / 管理组织安全性 /
解读安全发现
issues, pull requests, and discussions in those repositories, for leaked secrets that have been accidentally committed, such as tokens or private keys. There
代码安全 / 机密扫描 / 高级功能 /
从机密扫描中排除文件夹和文件
into a repository. You can view secret scanning alerts for users for any secrets that GitHub finds in your code, in the Security tab of the repository, so
参与编写 GitHub Docs / 为 GitHub Docs 编写内容 /
模板
creating a personal access token for the action to use and then storing it in secrets
For UI based tasks, include the button or options the users should click
GitHub Actions / 用例和示例 / 项目管理 /
向议题添加标签
"$NUMBER" --add-label "$LABELS"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue
REST API / 应用 /
GitHub Apps 的 REST API 终结点
string
The leve of permission to grant the access token to manage Dependabot secrets.
可以是以下选项之一: read, write
deployments string
The level of permission to grant
组织 / 组织安全 / 管理安全设置 /
组织的审核日志事件
s.disabled
Generic secrets have been disabled at the organization level
org_secret_scanning_generic_secrets.enabled
Generic secrets have been enabled at
帐户和个人资料 / 订阅和通知 / 设置通知 /
配置通知
administrators of repositories where secrets were leaked
Note
Commit authors who've accidentally committed secrets will be notified, regardless of their
代码安全 / Dependabot / 使用 Dependabot /
在自托管运行器上管理 Dependabot
Dependabot to use more than read-only permissions and to have access to any secrets that are normally available. For more information, see "Automating
REST API / 部署 /
适用于部署环境的 REST API 终结点
branch policies."
Note
To create or update secrets for an environment, see "GitHub Actions secrets."
OAuth app tokens and personal access tokens
身份验证 / 帐户安全性 /
从存储库中删除敏感数据
for your repository to detect and prevent pushes which contain hardcoded secrets from being committed to your codebase. For more information, see "About