diff options
author | Daniil Baturin <daniil@vyos.io> | 2023-08-04 17:22:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-04 17:22:58 +0100 |
commit | 5310a02aae2c3ab2dd5d09f94dda7b9aa12b96b0 (patch) | |
tree | 922b58942f71b638a5a3cc57314cec529c91bcab /README.md | |
parent | 7df01009db8b4b93ba8ac993b6b6a5b16f9a4bf0 (diff) | |
download | vyos-1x-5310a02aae2c3ab2dd5d09f94dda7b9aa12b96b0.tar.gz vyos-1x-5310a02aae2c3ab2dd5d09f94dda7b9aa12b96b0.zip |
Remove the broken FOSSA badge and the mention of pystache
FOSSA badge may be reinstated when we find how to get it to work (the scan is fine, the badge link doesn't reflect it)
Pystache isn't used by any current scripts
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -56,7 +56,7 @@ The guidelines in a nutshell: for the common structure * Use the `get_config_dict()` API as much as possible when retrieving values from the CLI * Use a template processor when the format is more complex than just one line - (Jinja2 and pystache are acceptable options) + (our standard is Jinja2) ## Tests @@ -74,5 +74,3 @@ Runtime tests are executed by the CI system on a running VyOS instance inside QEMU. The testcases can be found inside the smoketest subdirectory which will be placed into the vyos-1x-smoketest package. -## License -[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fvyos%2Fvyos-1x.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fvyos%2Fvyos-1x?ref=badge_large) |