File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
lineage :
3
3
skeleton :
4
- remote-url : https://github.com/cisagov/skeleton-generic .git
4
+ remote-url : https://github.com/cisagov/skeleton-python-library .git
5
5
version : ' 1'
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ all of which should be in this repository.
15
15
16
16
If you want to report a bug or request a new feature, the most direct
17
17
method is to [ create an
18
- issue] ( https://github.com/cisagov/skeleton-python-library /issues ) in
18
+ issue] ( https://github.com/cisagov/guacscanner /issues ) in
19
19
this repository. We recommend that you first search through existing
20
20
issues (both open and closed) to check if your particular issue has
21
21
already been reported. If it has then you might want to add a comment
25
25
## Pull requests ##
26
26
27
27
If you choose to [ submit a pull
28
- request] ( https://github.com/cisagov/skeleton-python-library /pulls ) ,
28
+ request] ( https://github.com/cisagov/guacscanner /pulls ) ,
29
29
you will notice that our continuous integration (CI) system runs a
30
30
fairly extensive set of linters, syntax checkers, system, and unit tests.
31
31
Your pull request may fail these checks, and that's OK. If you want
@@ -135,9 +135,9 @@ can create and configure the Python virtual environment with these
135
135
commands:
136
136
137
137
``` console
138
- cd skeleton-python-library
139
- pyenv virtualenv <python_version_to_use> skeleton-python-library
140
- pyenv local skeleton-python-library
138
+ cd guacscanner
139
+ pyenv virtualenv <python_version_to_use> guacscanner
140
+ pyenv local guacscanner
141
141
pip install --requirement requirements-dev.txt
142
142
```
143
143
Original file line number Diff line number Diff line change 1
- # skeleton-python-library #
1
+ # guacscanner #
2
2
3
- [ ![ GitHub Build Status] ( https://github.com/cisagov/skeleton-python-library /workflows/build/badge.svg )] ( https://github.com/cisagov/skeleton-python-library /actions )
4
- [ ![ Coverage Status] ( https://coveralls.io/repos/github/cisagov/skeleton-python-library /badge.svg?branch=develop )] ( https://coveralls.io/github/cisagov/skeleton-python-library ?branch=develop )
5
- [ ![ Total alerts] ( https://img.shields.io/lgtm/alerts/g/cisagov/skeleton-python-library .svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/cisagov/skeleton-python-library /alerts/ )
6
- [ ![ Language grade: Python] ( https://img.shields.io/lgtm/grade/python/g/cisagov/skeleton-python-library .svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/cisagov/skeleton-python-library /context:python )
7
- [ ![ Known Vulnerabilities] ( https://snyk.io/test/github/cisagov/skeleton-python-library /develop/badge.svg )] ( https://snyk.io/test/github/cisagov/skeleton-python-library )
3
+ [ ![ GitHub Build Status] ( https://github.com/cisagov/guacscanner /workflows/build/badge.svg )] ( https://github.com/cisagov/guacscanner /actions )
4
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/cisagov/guacscanner /badge.svg?branch=develop )] ( https://coveralls.io/github/cisagov/guacscanner ?branch=develop )
5
+ [ ![ Total alerts] ( https://img.shields.io/lgtm/alerts/g/cisagov/guacscanner .svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/cisagov/guacscanner /alerts/ )
6
+ [ ![ Language grade: Python] ( https://img.shields.io/lgtm/grade/python/g/cisagov/guacscanner .svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/cisagov/guacscanner /context:python )
7
+ [ ![ Known Vulnerabilities] ( https://snyk.io/test/github/cisagov/guacscanner /develop/badge.svg )] ( https://snyk.io/test/github/cisagov/guacscanner )
8
8
9
9
This is a generic skeleton project that can be used to quickly get a
10
10
new [ cisagov] ( https://github.com/cisagov ) Python library GitHub
Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ def get_version(version_file):
53
53
# Additional URLs for this project per
54
54
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#project-urls
55
55
project_urls = {
56
- "Source" : "https://github.com/cisagov/skeleton-python-library " ,
57
- "Tracker" : "https://github.com/cisagov/skeleton-python-library /issues" ,
56
+ "Source" : "https://github.com/cisagov/guacscanner " ,
57
+ "Tracker" : "https://github.com/cisagov/guacscanner /issues" ,
58
58
},
59
59
# Author details
60
60
author = "Cybersecurity and Infrastructure Security Agency" ,
You can’t perform that action at this time.
0 commit comments