You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration/index.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -786,6 +786,34 @@ We will be happy for any feedback regarding it, [please contact us](https://gith
786
786
787
787
(*string*) An option to set arguments of `csmock` (the tool used inside [OpenScanHub](https://openscanhub.fedoraproject.org/)). For instance, you can specify arguments like `--cppcheck-add-flag=--enable=style` to check styling issues as seen in [this example run](https://openscanhub.fedoraproject.org/task/10066/) triggered from [this](https://github.com/avahi/avahi/pull/641) testing pull-request on Avahi.
788
788
789
+
#### osh_options
790
+
A set of additional options passed into osh-cli for additional functionality
791
+
##### analyzer
792
+
(*string*)
793
+
list of analyzers to be passed to osh-cli use comma as a separator: e.g. "analyzer:gcc,clang,cppcheck"
794
+
795
+
```yaml
796
+
osh_options:
797
+
analyzer: "gcc, shellcheck"
798
+
```
799
+
800
+
##### config
801
+
(*string*)
802
+
Used to specify mock config name to be passed to osh-cli. If value is not set in yaml file, default value "fedora-rawhide-x86_64" is used.
803
+
804
+
```yaml
805
+
osh_options:
806
+
config: "fedora-rawhide-x86_64"
807
+
```
808
+
809
+
##### profile
810
+
(*string*)
811
+
Used to specify predefined scanning profile to be passed to osh cli.
0 commit comments