Skip to content

Commit 130e4c0

Browse files
committed
update changelog and put a warning about changing the heading title
1 parent fd40380 commit 130e4c0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 3.12.4
44
- Add a summary of the snippet scan when the `--x-snippet-scan` flag is used ([#1613](https://github.com/fossas/fossa-cli/pull/1613))
5+
- Update snippet scanning documentation ([#1615](https://github.com/fossas/fossa-cli/pull/1615))
56

67
## 3.12.3
78
- Licensing: applies a fix for proprietary license detection ([#1616](https://github.com/fossas/fossa-cli/pull/1616))

docs/features/snippet-scanning.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ However, the next time you scan that codebase we will only need to re-fingerprin
8484
The time it takes to scan newer versions of your codebase will depend on how many files in the new version have not been previously scanned. A file has been previously scanned if the exact same file has ever been snippet scanned. FOSSA recommends snippet scanning your codebase on a regular basis to keep scan times low.
8585

8686
## The Snippet Scan Summary
87+
<!-- Note: this section is linked to from the snippet scan summary in src/App/Fossa/Ficus/Analyze.hs. So if you change this heading name or the path
88+
to this file, you will need to update the link there as well -->
8789

8890
When a Snippet Scan completes, the CLI will output a summary of the scan. It will look like this:
8991

0 commit comments

Comments
 (0)