Skip to content

Commit

Permalink
Add validity checks for Dropbox short lived tokens (#47917)
Browse files Browse the repository at this point in the history
Co-authored-by: mc <[email protected]>
  • Loading branch information
jasonvhir and mchammer01 authored Dec 18, 2023
1 parent 7b2b014 commit b83afd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/secret-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@
isPublic: true
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: false
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'

- provider: 'Duffel'
supportedSecret: 'Duffel Live Access Token'
Expand Down

0 comments on commit b83afd5

Please sign in to comment.