Skip to content

Commit 97336f5

Browse files
committed
alternative paths
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent afc3ab8 commit 97336f5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sources/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ import { Command, Option, Usage } from "clipanion";
3131
import { OutputOptions, generateSBOM, stdOutOutput } from "./sbom";
3232

3333
class SBOMCommand extends BaseCommand {
34-
static readonly paths = [["sbom"]];
34+
static readonly paths = [
35+
['CycloneDX', 'make-sbom'],
36+
['cyclonedx'],
37+
['sbom']
38+
];
3539

3640
static readonly usage: Usage = Command.Usage({
3741
description: `Generates CycloneDX SBOM file for current workspace.`,

0 commit comments

Comments
 (0)