We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3ab55 commit b53799fCopy full SHA for b53799f
1 file changed
src/artifact-scanner.test.ts
@@ -60,7 +60,7 @@ test("isAuthToken", (t) => {
60
isAuthToken(NEW_FORMAT_GHS_TOKEN, [
61
{
62
type: TokenType.AppInstallationAccess,
63
- pattern: /ghs_[A-Za-z0-9._]{36,}/g,
+ pattern: /ghs_[A-Za-z0-9._-]{36,}/g,
64
},
65
]),
66
TokenType.AppInstallationAccess,
0 commit comments