Skip to content

Commit 86df055

Browse files
committed
use table from analyze.md and update header
1 parent 7be3119 commit 86df055

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/references/subcommands/report.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@ After using [`fossa sbom analyze`](./sbom.md), you can specify an SBOM that you
4545
fossa report attribution --format json ~/my-project-sbom.txt
4646
```
4747

48-
#### Project Arguments
48+
#### Common FOSSA Project Flags
4949

5050
All `fossa` commands support the following FOSSA-project-related flags:
5151

52-
| Name | Short | Description |
53-
| ---------------------------------- | ----- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
54-
| `--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 |
52+
| Name | Short | Description |
53+
|------------------------------------|-------|------------------------------------------------------------------------------------------------------------------------------------------|
54+
| `--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 |
5858
| `--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. |
5959

6060
In this case, FOSSA will attempt to fetch any report it can find matching the `project` and `revision` criteria.

0 commit comments

Comments
 (0)