Commit a0b90f9
feat(cli): allow to pass SBOM via stdin
For commands that take an SBOM as input, we add support to read it from
stdin. This especially helps if the tool is run from a container, as
then no bind-mounted input file is needed.
Signed-off-by: Felix Moessbauer <[email protected]>1 parent 3cabe3c commit a0b90f9
1 file changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
66 | 74 | | |
67 | 75 | | |
68 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
69 | 81 | | |
70 | 82 | | |
71 | 83 | | |
| |||
0 commit comments