Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,7 @@ Some of the features listed below are limited to organizations using {% data var
In this section, you can find the access required for security features, such as {% data variables.product.prodname_GHAS %} features.

> [!NOTE]
> Repository writers and maintainers can only see secret scanning alert information for their own commits.

> Repository writers and maintainers can only directly view secret scanning alert information for their own commits. They cannot access the alert list view.
{% rowheaders %}

| Repository action | Read | Triage | Write | Maintain | Admin |
Expand Down
8 changes: 4 additions & 4 deletions src/secret-scanning/data/public-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1351,7 +1351,7 @@
isPublic: true
isPrivateWithGhas: true
hasPushProtection: false
hasValidityCheck: false
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
isduplicate: false
- provider: Dropbox
supportedSecret: Dropbox Short-Lived Access Token
Expand Down Expand Up @@ -2179,7 +2179,7 @@
fpt: '*'
ghec: '*'
isPublic: true
isPrivateWithGhas: false
isPrivateWithGhas: true
hasPushProtection: false
hasValidityCheck: false
isduplicate: false
Expand Down Expand Up @@ -3531,7 +3531,7 @@
isPublic: false
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
isduplicate: false
- provider: Shippo
supportedSecret: Shippo Test API Token
Expand All @@ -3543,7 +3543,7 @@
isPublic: false
isPrivateWithGhas: true
hasPushProtection: false
hasValidityCheck: false
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
isduplicate: false
- provider: Shopee
supportedSecret: Shopee Open Platform Partner Key
Expand Down
4 changes: 2 additions & 2 deletions src/secret-scanning/lib/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sha": "e3e9f53cd5abf83f8d63c7cdf5159ebd9ced145c",
"blob-sha": "d378a032277ebe231aa64e9228819ece8f2ca841",
"sha": "4bc2c75484abeca92df68432bf1a735a34f04466",
"blob-sha": "8b8c921a94ef82f90298be6d4a7f963d48c2abcb",
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
}
Loading