Skip to content

Commit

Permalink
CM-41217 Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
naftalicy committed Nov 6, 2024
1 parent 1db6031 commit 22bb757
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ This guide will guide you through both installation and usage.
6. [Commit History Scan](#commit-history-scan)
1. [Commit Range Option](#commit-range-option)
7. [Pre-Commit Scan](#pre-commit-scan)
8. [SBT Scan](#sbt-scan)
8. [Lock Restore Options](#lock-restore-options)
1. [SBT Scan](#sbt-scan)
2. [Scan Results](#scan-results)
1. [Show/Hide Secrets](#showhide-secrets)
2. [Soft Fail](#soft-fail)
Expand Down Expand Up @@ -497,7 +498,9 @@ After your install the pre-commit hook and, you may, on occasion, wish to skip s
`SKIP=cycode git commit -m <your commit message>`
### SBT Scan
### Lock Restore Options
#### SBT Scan
SBT Project have to uses the sbt-dependency-lock plugin for our scanning to ensure consistent dependency versions across builds. The lock file (build.sbt.lock) records exact dependency versions, enabling reliable builds and simplified dependency management.
Expand Down

0 comments on commit 22bb757

Please sign in to comment.