1
0
Fork 0
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:
Sascha L. Teichmann 2023-08-16 20:29:25 +02:00
parent 9b684adae8
commit 7464ade6ae

View file

@ -101,16 +101,11 @@ It is only allowed to specify one off them.
All interval boundaries are inclusive.
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`
option.
E.g. `-i='.*white.*' -i='*.red.*'` will ignore files which URLs contain
the sub strings **white** or **red**.
>>>>>>> main
the sub strings **white** or **red**.
In the config file this has to be noted as:
```
ignorepattern = [".*white.*", ".*red.*"]