@socketsecurity/cli-with-sentry 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +2 -2
- package/dist/cli.js.map +1 -1
- package/dist/constants.js +3 -3
- package/dist/constants.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -4606,7 +4606,7 @@ const config$H = {
|
|
|
4606
4606
|
ghsa: {
|
|
4607
4607
|
type: 'string',
|
|
4608
4608
|
default: [],
|
|
4609
|
-
description: `Provide a list of ${vendor.terminalLinkExports('GHSA IDs', 'https://docs.github.com/en/code-security/security-advisories/working-with-global-security-advisories-from-the-github-advisory-database/about-the-github-advisory-database#about-ghsa-ids')} to compute fixes for, as either a comma separated value or as multiple flags
|
|
4609
|
+
description: `Provide a list of ${vendor.terminalLinkExports('GHSA IDs', 'https://docs.github.com/en/code-security/security-advisories/working-with-global-security-advisories-from-the-github-advisory-database/about-the-github-advisory-database#about-ghsa-ids')} to compute fixes for, as either a comma separated value or as multiple flags.\n Use '--ghsa auto' to automatically lookup GHSA IDs and compute fixes for them.`,
|
|
4610
4610
|
isMultiple: true
|
|
4611
4611
|
},
|
|
4612
4612
|
limit: {
|
|
@@ -14140,5 +14140,5 @@ void (async () => {
|
|
|
14140
14140
|
await utils.captureException(e);
|
|
14141
14141
|
}
|
|
14142
14142
|
})();
|
|
14143
|
-
//# debugId=
|
|
14143
|
+
//# debugId=c5f23610-4829-4515-ba55-44bc5f849c95
|
|
14144
14144
|
//# sourceMappingURL=cli.js.map
|