Skip to content

Commit

Permalink
Merge pull request github#32485 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Apr 12, 2024
2 parents 8c2a58a + 9f7f8f3 commit 968232d
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions data/secret-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1223,14 +1223,24 @@
- provider: 'Google Cloud'
supportedSecret: 'Google Cloud Private Key ID'
secretType: 'google_cloud_private_key_id'
versions:
ghes: '<3.13'
isPublic: true
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false

- provider: 'Google Cloud'
supportedSecret: 'Google Cloud Service Account Credentials'
secretType: 'google_cloud_service_account_credentials'
versions:
fpt: '*'
ghec: '*'
ghes: '>3.5'
ghes: '>=3.13'
isPublic: true
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'

- provider: 'Grafana'
supportedSecret: 'Grafana Cloud API Key'
Expand Down Expand Up @@ -2512,7 +2522,7 @@
isPublic: true
isPrivateWithGhas: true
hasPushProtection: false
hasValidityCheck: false
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'

- provider: 'Slack'
supportedSecret: 'Slack Workflow Webhook URL'
Expand Down

0 comments on commit 968232d

Please sign in to comment.