151 Suchergebnisse für "secrets"
Codesicherheit / Geheimnisüberprüfung / Einführung /
Unterstützte Scanmuster für geheime Schlüssel
see the Supported secrets section below.
If you use the REST API for secret scanning, you can use the Secret type to report on secrets from specific issuers
REST-API / Anleitungen /
Verschlüsseln geheimer Schlüssel für die REST-API
geheimen Schlüssels verschlüsseln.
About encrypting secrets
Several REST API endpoints let you create secrets on GitHub. To use these endpoints, you must encrypt
GitHub Actions / Schreiben von Workflows / Auswählen, wann Workflows ausgeführt werden /
Auslösen eines Workflows
you'll need to create a GitHub App and store the app ID and private key as secrets. For more information, see Making authenticated API requests with a GitHub
Codesicherheit / Geheimnisüberprüfung / Einführung /
Informationen zur Geheimnisüberprüfung
tokens, and other secrets in your repository. When enabled, secret scanning scans commits in repositories for known types of secrets and alerts repository
REST-API / Authentifizierung /
Endpunkte, die für differenzierte persönliche Zugriffstoken verfügbar sind
/orgs/{org}/actions/secrets
GET /orgs/{org}/actions/secrets/public-key
GET /orgs/{org}/actions/secrets/{secret_name}
PUT /orgs/{org}/actions/secrets/{secret_name}
REST-API / Authentifizierung /
Für GitHub-App-Benutzerzugriffstoken verfügbare Endpunkte
/orgs/{org}/actions/secrets
GET /orgs/{org}/actions/secrets/public-key
GET /orgs/{org}/actions/secrets/{secret_name}
PUT /orgs/{org}/actions/secrets/{secret_name}
REST-API / Authentifizierung /
Für GitHub-App-Installationszugriffstoken verfügbare Endpunkte
/orgs/{org}/actions/secrets
GET /orgs/{org}/actions/secrets/public-key
GET /orgs/{org}/actions/secrets/{secret_name}
PUT /orgs/{org}/actions/secrets/{secret_name}
GitHub Actions / Freigeben von Automatisierungen /
Wiederverwenden von Workflows
called workflow is automatically granted access to github.token and secrets.GITHUB_TOKEN. For more information about the github context, see Accessing contextual
REST-API /
Schnellstart für die GitHub-REST-API
see Automatic token authentication. For more information about secrets, see Using secrets in GitHub Actions.
The following example workflow uses the List
Codesicherheit / Geheimnisüberprüfung / Arbeiten mit Geheimnisüberprüfung /
Arbeiten mit Pushschutz in der GitHub-Benutzeroberfläche
prevents you from accidentally committing secrets to a repository by blocking commits containing supported secrets.
GitHub will also block the commit if you