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
* Add a force-sbom option.
* Fetch SBOMs using fossa report.
* Implement tests,do error reporting better.
* Make report intelligently pick between bases.
* Just use the fallback method if we ever get a directory.
* Fix tests
* Try to make fixtures work on windows too.
* cleanup
* Update docs
* Update changelog.
* Delete redundant import.
* Parse fix.
* Specify that you need to run `fossa sbom analyze` first.
|`--project 'some project'`|`-p`| Override the detected project name |
55
+
|`--revision 'some revision'`|`-r`| -Override the detected project revision |
56
+
|`--fossa-api-key 'my-api-key'`|| An alternative to using the `FOSSA_API_KEY` environment variable to specify a FOSSA API key |
57
+
|`--endpoint 'https://example.com'`|`-e`| Override the FOSSA API server base URL |
58
+
|`--config /path/to/file`|`-c`| Path to a [configuration file](../files/fossa-yml.md) including filename. By default we look for `.fossa.yml` in base working directory. |
59
+
60
+
In this case, FOSSA will attempt to fetch any report it can find matching the `project` and `revision` criteria.
61
+
27
62
### Specifying a report format
28
63
29
64
`fossa report` supports customizing the format used to render a report via the `--format` flag.
@@ -59,15 +94,3 @@ To use this compatibility script:
59
94
2. Run `fossa report attribution --format json`, piping its output to `compat-attribution`.
60
95
For example, `fossa report attribution --format json | compat-attribution`
61
96
3. Parse the resulting output as you would have from FOSSAv1.
62
-
63
-
## Common FOSSA Project Flags
64
-
65
-
All `fossa` commands support the following FOSSA-project-related flags:
|`--project 'some project'`|`-p`| Override the detected project name |
70
-
|`--revision 'some revision'`|`-r`| -Override the detected project revision |
71
-
|`--fossa-api-key 'my-api-key'`|| An alternative to using the `FOSSA_API_KEY` environment variable to specify a FOSSA API key |
72
-
|`--endpoint 'https://example.com'`|`-e`| Override the FOSSA API server base URL |
73
-
|`--config /path/to/file`|`-c`| Path to a [configuration file](../files/fossa-yml.md) including filename. By default we look for `.fossa.yml` in base working directory. |
0 commit comments