Skip to content

Commit

Permalink
adds \n
Browse files Browse the repository at this point in the history
  • Loading branch information
fpintoppb committed Jun 5, 2024
1 parent 778b676 commit 5eb4146
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions surface/sca/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ The Software Composition Analysis (SCA) tool is designed to help developers and
### Usage

#### Synchronize SBOMs
To synchronize SBOMs across your projects, run:
To synchronize SBOMs across your projects, run: \
`python manage.py resync_sbom_repo`

#### Check for public dependencies
In order to mark a dependency as internal or public we use multiple repoistories to check it's existence
In order to mark a dependency as internal or public we use multiple repoistories to check it's existence \
`python manage.py check_public_dependencies`

#### Check if Dependencies are EndofLife
We make use of `https://endoflife.date/`to check if our dependencies are End of Life
We make use of `https://endoflife.date/`to check if our dependencies are End of Life \
`python manage.py resync_endoflife`

#### Sync Vulnerability Counters for a project
In order to make the User Experience faster vulnerabily counters are calculated and stored in the database to prevent those calculations to be made on each request
In order to make the User Experience faster vulnerabily counters are calculated and stored in the database to prevent those calculations to be made on each request \
`python manage.py resync_vulns_counters`

0 comments on commit 5eb4146

Please sign in to comment.