You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/README.md
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
`deptool.py` is a script which can be used to enumerate dependencies of CFEngine.
4
4
It supports printing to stdout in the Markdown table format, and printing to file in the JSON format (see `--to-json`).
5
+
It can also generate basic SBOMs in the CycloneDX JSON format (see [below](https://github.com/cfengine/buildscripts/tree/master/scripts#generating-cyclonedx-json-sboms) for usage instructions).
5
6
It can be used as a replacement for the [cf-bottom](https://github.com/cfengine/cf-bottom/)`depstable` command.
6
7
7
8
`deptool.py` works on a local buildscripts repository. By default, the repository is assumed to be current working directory (i.e. `.`).
0 commit comments