1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

Convert a lot of command line arguments to snake case (#498)

* Convert a lot of variables to snake case

* Add snakecase for variables made out of two words that had it in no version yet (for consistency)

* Adjust example files too

---------

Co-authored-by: JanHoefelmeyer <hoefelmeyer.jan@gmail.com>
This commit is contained in:
JanHoefelmeyer 2023-11-06 14:33:05 +01:00 committed by GitHub
parent 77cc250561
commit 086c4ab48b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 83 additions and 83 deletions

View file

@ -10,7 +10,7 @@ insecure = true
#interim_years =
#passphrase =
#write_indices = false
#timerange =
#time_range =
# specification requires at least two providers (default),
# to override for testing, enable:
@ -32,7 +32,7 @@ insecure = true
create_service_document = true
# rate = 1.5
# insecure = true
# timerange =
# time_range =
[[providers]]
name = "local-dev-provider2"
@ -54,4 +54,4 @@ insecure = true
# If aggregator.category == "aggreator", set for an entry that should
# be listed in addition:
category = "lister"
# ignorepattern = [".*white.*", ".*red.*"]
# ignore_pattern = [".*white.*", ".*red.*"]