mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Fix merge conflict oversight in doc.
This commit is contained in:
parent
9b684adae8
commit
7464ade6ae
1 changed files with 1 additions and 6 deletions
|
|
@ -101,16 +101,11 @@ It is only allowed to specify one off them.
|
||||||
All interval boundaries are inclusive.
|
All interval boundaries are inclusive.
|
||||||
|
|
||||||
You can ignore certain advisories while checking by specifying a list
|
You can ignore certain advisories while checking by specifying a list
|
||||||
<<<<<<< HEAD
|
|
||||||
of regular expressions to match their URLs by using the `ignorepattern` option.
|
|
||||||
E.g. `-i='.*white.*' -i='*.red.*'` will ignore files which URLs contain the sub strings **white** or **red**.
|
|
||||||
=======
|
|
||||||
of regular expressions to match their URLs by using the `ignorepattern`
|
of regular expressions to match their URLs by using the `ignorepattern`
|
||||||
option.
|
option.
|
||||||
|
|
||||||
E.g. `-i='.*white.*' -i='*.red.*'` will ignore files which URLs contain
|
E.g. `-i='.*white.*' -i='*.red.*'` will ignore files which URLs contain
|
||||||
the sub strings **white** or **red**.
|
the sub strings **white** or **red**.
|
||||||
>>>>>>> main
|
|
||||||
In the config file this has to be noted as:
|
In the config file this has to be noted as:
|
||||||
```
|
```
|
||||||
ignorepattern = [".*white.*", ".*red.*"]
|
ignorepattern = [".*white.*", ".*red.*"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue