Skip to content

Commit

Permalink
README: Link to the ORT configuration file docs from storage docs
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Oct 16, 2020
1 parent deec5cb commit ed5ec4c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,11 +362,11 @@ queried. Only if all of these steps fail, the scanner has to actually process th
When storing a newly generated scan result the scanner invokes all the storages declared as writers. The storage
operation is considered successful if all writer storages could successfully persist the scan result.

The configuration of storage backends is located in the ORT configuration file. (For the general structure of this file
and the set of options available refer to the [reference configuration](./model/src/test/assets/reference.conf).)
The file has a section named _storages_ that lists all the storage backends and assigns them a name. Each storage
backend is of a specific type and needs to be configured with type-specific properties. The different types of storage
backends supported by ORT are described below.
The configuration of storage backends is located in the [ORT configuration file](#ort-configuration-file). (For the
general structure of this file and the set of options available refer to the
[reference configuration](./model/src/test/assets/reference.conf).) The file has a section named _storages_ that lists
all the storage backends and assigns them a name. Each storage backend is of a specific type and needs to be configured
with type-specific properties. The different types of storage backends supported by ORT are described below.

After the declaration of the storage backends, the configuration file has to specify which ones of them the
scanner should use for looking up existing scan results or to store new results. This is done in two list properties
Expand Down

0 comments on commit ed5ec4c

Please sign in to comment.