|
1 | 1 | # CVE Binary Tool quick start / README
|
2 | 2 |
|
3 |
| -[](https://github.com/intel/cve-bin-tool/actions) |
4 |
| -[](https://codecov.io/gh/intel/cve-bin-tool) |
| 3 | +[](https://github.com/intel/cve-bin-tool/actions) |
| 4 | +[](https://codecov.io/gh/intel/cve-bin-tool) |
5 | 5 | [](https://gitter.im/cve-bin-tool/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
6 | 6 | [](https://cve-bin-tool.readthedocs.io/en/latest/)
|
7 | 7 | [](https://pypi.org/project/cve-bin-tool/)
|
@@ -73,17 +73,17 @@ Note that you can use `-i` or `--input-file` option to produce list of CVEs foun
|
73 | 73 | > Note: For backward compatibility, we still support `csv2cve` command for producing CVEs from csv but we recommend using new `--input-file` command instead.
|
74 | 74 |
|
75 | 75 | You can use `--config` option to provide configuration file for the tool. You can still override options specified in config file with command line arguments. See our sample config files in the
|
76 |
| -[test/config](https://github.com/intel/cve-bin-tool/blob/master/test/config/) |
| 76 | +[test/config](https://github.com/intel/cve-bin-tool/blob/main/test/config/) |
77 | 77 |
|
78 | 78 | The 0.3.1 release is intended to be the last release to officially support
|
79 | 79 | python 2.7; please switch to python 3.6+ for future releases and to use the
|
80 |
| -development tree. You can check [our CI configuration](https://github.com/intel/cve-bin-tool/blob/master/.github/workflows/pythonapp.yml) to see what versions of python we're explicitly testing. |
| 80 | +development tree. You can check [our CI configuration](https://github.com/intel/cve-bin-tool/blob/main/.github/workflows/pythonapp.yml) to see what versions of python we're explicitly testing. |
81 | 81 |
|
82 | 82 | If you want to integrate cve-bin-tool as a part of your github action pipeline.
|
83 |
| -You can checkout our example [github action](https://github.com/intel/cve-bin-tool/blob/master/doc/how_to_guides/cve_scanner_gh_action.yml). |
| 83 | +You can checkout our example [github action](https://github.com/intel/cve-bin-tool/blob/main/doc/how_to_guides/cve_scanner_gh_action.yml). |
84 | 84 |
|
85 | 85 | This readme is intended to be a quickstart guide for using the tool. If you
|
86 |
| -require more information, there is also a [user manual](https://github.com/intel/cve-bin-tool/blob/master/doc/MANUAL.md) available. |
| 86 | +require more information, there is also a [user manual](https://cve-bin-tool.readthedocs.io/en/latest/MANUAL.html) available. |
87 | 87 |
|
88 | 88 | ## How it works
|
89 | 89 |
|
|
0 commit comments