diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c295142..3c5117e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,7 +19,7 @@ updates: - dependency-name: hashicorp/setup-terraform - dependency-name: mxschmitt/action-tmate - dependency-name: step-security/harden-runner - # # Managed by cisagov/skeleton-python-library + # # Managed by cisagov/wasreport-generator # - dependency-name: actions/download-artifact # - dependency-name: actions/upload-artifact # - dependency-name: github/codeql-action/analyze diff --git a/.github/lineage.yml b/.github/lineage.yml index 49f9c4f..df04737 100644 --- a/.github/lineage.yml +++ b/.github/lineage.yml @@ -1,5 +1,5 @@ --- lineage: skeleton: - remote-url: https://github.com/cisagov/skeleton-generic.git + remote-url: https://github.com/cisagov/skeleton-python-library.git version: '1' diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b1ef40a..c478779 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ all of which should be in this repository. If you want to report a bug or request a new feature, the most direct method is to [create an -issue](https://github.com/cisagov/skeleton-python-library/issues) in +issue](https://github.com/cisagov/wasreport-generator/issues) in this repository. We recommend that you first search through existing issues (both open and closed) to check if your particular issue has already been reported. If it has then you might want to add a comment @@ -25,7 +25,7 @@ one. ## Pull requests ## If you choose to [submit a pull -request](https://github.com/cisagov/skeleton-python-library/pulls), +request](https://github.com/cisagov/wasreport-generator/pulls), you will notice that our continuous integration (CI) system runs a fairly extensive set of linters, syntax checkers, system, and unit tests. 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 commands: ```console -cd skeleton-python-library -pyenv virtualenv skeleton-python-library -pyenv local skeleton-python-library +cd wasreport-generator +pyenv virtualenv wasreport-generator +pyenv local wasreport-generator pip install --requirement requirements-dev.txt ``` diff --git a/README.md b/README.md index 79390aa..756cea4 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# skeleton-python-library # +# wasreport-generator # -[![GitHub Build Status](https://github.com/cisagov/skeleton-python-library/workflows/build/badge.svg)](https://github.com/cisagov/skeleton-python-library/actions) -[![CodeQL](https://github.com/cisagov/skeleton-python-library/workflows/CodeQL/badge.svg)](https://github.com/cisagov/skeleton-python-library/actions/workflows/codeql-analysis.yml) -[![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) -[![Known Vulnerabilities](https://snyk.io/test/github/cisagov/skeleton-python-library/develop/badge.svg)](https://snyk.io/test/github/cisagov/skeleton-python-library) +[![GitHub Build Status](https://github.com/cisagov/wasreport-generator/workflows/build/badge.svg)](https://github.com/cisagov/wasreport-generator/actions) +[![CodeQL](https://github.com/cisagov/wasreport-generator/workflows/CodeQL/badge.svg)](https://github.com/cisagov/wasreport-generator/actions/workflows/codeql-analysis.yml) +[![Coverage Status](https://coveralls.io/repos/github/cisagov/wasreport-generator/badge.svg?branch=develop)](https://coveralls.io/github/cisagov/wasreport-generator?branch=develop) +[![Known Vulnerabilities](https://snyk.io/test/github/cisagov/wasreport-generator/develop/badge.svg)](https://snyk.io/test/github/cisagov/wasreport-generator) This is a generic skeleton project that can be used to quickly get a new [cisagov](https://github.com/cisagov) Python library GitHub diff --git a/setup.py b/setup.py index 7aec68b..555753b 100644 --- a/setup.py +++ b/setup.py @@ -53,8 +53,8 @@ def get_version(version_file): # Additional URLs for this project per # https://packaging.python.org/guides/distributing-packages-using-setuptools/#project-urls project_urls={ - "Source": "https://github.com/cisagov/skeleton-python-library", - "Tracker": "https://github.com/cisagov/skeleton-python-library/issues", + "Source": "https://github.com/cisagov/wasreport-generator", + "Tracker": "https://github.com/cisagov/wasreport-generator/issues", }, # Author details author="Cybersecurity and Infrastructure Security Agency",