Skip to content

Commit

Permalink
Merge branch 'master' into clean-up-fossa-scan-action
Browse files Browse the repository at this point in the history
  • Loading branch information
jssblck authored Nov 27, 2024
2 parents 68045c1 + 5bf465f commit 90a3536
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# FOSSA CLI Changelog
## 3.9.40
- Licensing: Fix a bug where license scanner output sometimes included log lines, which breaks JSON parsing

## 3.9.39
- Licensing: Add the PSF-3.12.7 license. Make a correction to the MulanPSL license. Add a new public-domain rule ([#1480](https://github.com/fossas/fossa-cli/pull/1480))
Expand Down
2 changes: 1 addition & 1 deletion docs/references/subcommands/sbom.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ In addition to the [usual FOSSA project flags](#common-fossa-project-flags) supp

The `sbom test` command checks whether the most-recent scan of your FOSSA project raised license-policy or vulnerability issues. This command is usually run immediately after `fossa sbom analyze`.

- If there are issues, it prints them to stdout and fails with an exit code of 1
- If there are issues, it prints them to stderr and fails with an exit code of 1
- If there are no issues, it prints nothing and succeeds with an exit code of 0

`fossa sbom test` supports the [Common FOSSA Project Flags](./analyze.md#common-fossa-project-flags).
Expand Down
4 changes: 2 additions & 2 deletions docs/references/subcommands/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The test command checks whether the most-recent scan of your FOSSA project raised license-policy or vulnerability issues. This command is usually run immediately after `fossa analyze`

- If there are issues, it prints them to stdout and fails with an exit code of 1
- If there are issues, it prints them to stderr and fails with an exit code of 1
- If there are no issues, it prints nothing and succeeds with an exit code of 0

`fossa test` supports the [Common FOSSA Project Flags](./analyze.md#common-fossa-project-flags) supported by all commands
Expand Down Expand Up @@ -54,4 +54,4 @@ For instance,


* If the revision `v2.0.0` has issue: `A`, and the revision `34021e` has issues `A`, `B`,
* `fossa-cli` reports issue `B` and exits with status code of 1.
* `fossa-cli` reports issue `B` and exits with status code of 1.

0 comments on commit 90a3536

Please sign in to comment.