Skip to content

Commit 44683e9

Browse files
authored
Fix "Default Filters" link (#1536)
* Fix "Default Filters" link * Prepares CLI for release
1 parent 6ded76a commit 44683e9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# FOSSA CLI Changelog
22

3-
## Unreleased
3+
## 3.10.13
44

55
- Updates the `fossa test` output to include severity data on supported FOSSA instances ([#1562](https://github.com/fossas/fossa-cli/pull/1562))
66

docs/references/subcommands/analyze.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The paths and targets filtering options allow you to specify the exact targets w
3939
| `--exclude-path` | Exclude these paths from scannig. See [paths.exclude](../files/fossa-yml.md#paths.exclude) in the fossa.yml spec. |
4040
| `--include-unused-deps` | Include all deps found, instead of filtering non-production deps. Ignored by VSI. |
4141
| `--debug-no-discovery-exclusion` | Ignore these filters during discovery phase. This flag is for debugging only and may be removed without warning. |
42-
| `--without-default-filters` | Ignore default path filters. See [default path filters](./analyze.md#what-are-the-default-path-filters) |
42+
| `--without-default-filters` | Ignore default path filters. See [default path filters](./analyze.md#what-are-the-default-filters) |
4343

4444

4545
### Printing FOSSA results
@@ -184,7 +184,7 @@ Note that the `MY_RG` release group must already exist, as well as `MY_RELEASE_V
184184
`fossa-cli` skips analysis, if and only if
185185

186186
- (a) Target is excluded via [fossa configuration file](https://github.com/fossas/fossa-cli/blob/master/docs/references/files/fossa-yml.md#analysis-target-configuration) (this filtering is referred to as "exclusion filters").
187-
- (b) Target is excluded via [default path filters](./analyze.md#what-are-the-default-path-filters) (this filtering was previously referred to as "production path filtering").
187+
- (b) Target is excluded via [default path filters](./analyze.md#what-are-the-default-filters) (this filtering was previously referred to as "production path filtering").
188188

189189
#### What are the default filters?
190190

0 commit comments

Comments
 (0)