Skip to content

Commit

Permalink
First cut for automatic annotations and tagging
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu committed Nov 11, 2024
1 parent f48a806 commit 494e6ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/stages/postgen/postgen.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ export function annotate(bomJson, options) {
comp.tags = tags;
}
if (requiresContextTrimming) {
comp.description = undefined;
comp.properties = undefined;
}
}
Expand Down
2 changes: 1 addition & 1 deletion types/lib/stages/postgen/postgen.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 494e6ba

Please sign in to comment.