diff --git a/src/secret-scanning/data/public-docs.yml b/src/secret-scanning/data/public-docs.yml index dc68fba9f664..43f0d0773d75 100644 --- a/src/secret-scanning/data/public-docs.yml +++ b/src/secret-scanning/data/public-docs.yml @@ -1,3 +1,14 @@ +- provider: 1Password + supportedSecret: 1Password Service Account Token + secretType: 1password_service_account_token + versions: + fpt: '*' + ghec: '*' + isPublic: false + isPrivateWithGhas: true + hasPushProtection: false + hasValidityCheck: false + isduplicate: false - provider: Adafruit supportedSecret: Adafruit IO Key secretType: adafruit_io_key @@ -165,7 +176,7 @@ isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: false + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' isduplicate: false - provider: Anthropic supportedSecret: Anthropic API Key @@ -177,7 +188,7 @@ isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: false + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' isduplicate: false - provider: Anthropic supportedSecret: Anthropic Session ID @@ -1258,7 +1269,7 @@ isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: false + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' isduplicate: false - provider: Bitrise supportedSecret: Bitrise Workspace API Token @@ -1632,7 +1643,7 @@ isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: false + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' isduplicate: false - provider: Contentful supportedSecret: Contentful Web Token @@ -2000,7 +2011,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 @@ -2024,7 +2035,7 @@ isPublic: false isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: false + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' isduplicate: false - provider: Duffel supportedSecret: Duffel Test Access Token @@ -2036,7 +2047,7 @@ isPublic: false isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: false + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' isduplicate: false - provider: Dynatrace supportedSecret: Dynatrace API Token @@ -4031,7 +4042,7 @@ isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: false + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' isduplicate: false - provider: redirect.pizza supportedSecret: redirect.pizza API Token @@ -4903,7 +4914,7 @@ isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: false + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' isduplicate: true - provider: WorkOS supportedSecret: WorkOS Production API Key diff --git a/src/secret-scanning/lib/config.json b/src/secret-scanning/lib/config.json index 5ab884d57c29..3580693128ee 100644 --- a/src/secret-scanning/lib/config.json +++ b/src/secret-scanning/lib/config.json @@ -1,5 +1,5 @@ { - "sha": "888f35e31af644d721bb12c9b3143b6b42d5652a", - "blob-sha": "ec24f6c2e3426c35ece41e52fb686170b15dec90", + "sha": "8c4882cc5e248d08d7dd4daedcf92a9556d7bf5b", + "blob-sha": "ea7f614767331a7ca755778cd1a13fb984fc40f1", "targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns" } \ No newline at end of file