Merge pull request #2311 from github/henrymercer/pack-missing-auth-co… · github/codeql-action@9550da9 (original) (raw)

`@@ -135,6 +135,7 @@ export enum CliConfigErrorCategory {

`

135

135

`NoSupportedBuildSystemDetected = "NoSupportedBuildSystemDetected",

`

136

136

`OutOfMemoryOrDisk = "OutOfMemoryOrDisk",

`

137

137

`PackCannotBeFound = "PackCannotBeFound",

`

``

138

`+

PackMissingAuth = "PackMissingAuth",

`

138

139

`SwiftBuildFailed = "SwiftBuildFailed",

`

139

140

`UnsupportedBuildMode = "UnsupportedBuildMode",

`

140

141

`}

`

`@@ -244,6 +245,14 @@ export const cliErrorsConfig: Record<

`

244

245

`),

`

245

246

`],

`

246

247

`},

`

``

248

`+

`

``

249

`+

cliErrorMessageCandidates: [

`

``

250

`+

new RegExp("GitHub Container registry .* 403 Forbidden"),

`

``

251

`+

new RegExp(

`

``

252

`+

"Do you need to specify a token to authenticate to the registry?",

`

``

253

`+

),

`

``

254

`+

],

`

``

255

`+

},

`

247

256

`[CliConfigErrorCategory.SwiftBuildFailed]: {

`

248

257

`cliErrorMessageCandidates: [

`

249

258

`new RegExp(

`