Skip to content

Commit

Permalink
Rename repository references after clone
Browse files Browse the repository at this point in the history
  • Loading branch information
felddy committed Oct 28, 2022
1 parent 9cea64d commit 45a448a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ updates:
- dependency-name: actions/cache
- dependency-name: actions/checkout
- dependency-name: actions/setup-python
# Managed by cisagov/skeleton-docker
# Managed by cisagov/cyhy-commander-docker
# - dependency-name: actions/download-artifact
# - dependency-name: actions/github-script
# - dependency-name: actions/upload-artifact
Expand Down
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-docker/issues) in this
issue](https://github.com/cisagov/cyhy-commander-docker/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
Expand All @@ -25,7 +25,7 @@ one.
## Pull requests ##

If you choose to [submit a pull
request](https://github.com/cisagov/skeleton-docker/pulls), you will
request](https://github.com/cisagov/cyhy-commander-docker/pulls), you will
notice that our continuous integration (CI) system runs a fairly
extensive set of linters and syntax checkers. Your pull request may
fail these checks, and that's OK. If you want you can stop there and
Expand Down Expand Up @@ -135,9 +135,9 @@ can create and configure the Python virtual environment with these
commands:

```console
cd skeleton-docker
pyenv virtualenv <python_version_to_use> skeleton-docker
pyenv local skeleton-docker
cd cyhy-commander-docker
pyenv virtualenv <python_version_to_use> cyhy-commander-docker
pyenv local cyhy-commander-docker
pip install --requirement requirements-dev.txt
```

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# skeleton-docker 💀🐳 #
# cyhy-commander-docker 💀🐳 #

[![GitHub Build Status](https://github.com/cisagov/skeleton-docker/workflows/build/badge.svg)](https://github.com/cisagov/skeleton-docker/actions/workflows/build.yml)
[![CodeQL](https://github.com/cisagov/skeleton-docker/workflows/CodeQL/badge.svg)](https://github.com/cisagov/skeleton-docker/actions/workflows/codeql-analysis.yml)
[![Known Vulnerabilities](https://snyk.io/test/github/cisagov/skeleton-docker/badge.svg)](https://snyk.io/test/github/cisagov/skeleton-docker)
[![GitHub Build Status](https://github.com/cisagov/cyhy-commander-docker/workflows/build/badge.svg)](https://github.com/cisagov/cyhy-commander-docker/actions/workflows/build.yml)
[![CodeQL](https://github.com/cisagov/cyhy-commander-docker/workflows/CodeQL/badge.svg)](https://github.com/cisagov/cyhy-commander-docker/actions/workflows/codeql-analysis.yml)
[![Known Vulnerabilities](https://snyk.io/test/github/cisagov/cyhy-commander-docker/badge.svg)](https://snyk.io/test/github/cisagov/cyhy-commander-docker)

## Docker Image ##

[![Docker Pulls](https://img.shields.io/docker/pulls/cisagov/example)](https://hub.docker.com/r/cisagov/example)
[![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/cisagov/example)](https://hub.docker.com/r/cisagov/example)
[![Platforms](https://img.shields.io/badge/platforms-amd64%20%7C%20arm%2Fv6%20%7C%20arm%2Fv7%20%7C%20arm64%20%7C%20ppc64le%20%7C%20s390x-blue)](https://hub.docker.com/r/cisagov/skeleton-docker/tags)
[![Platforms](https://img.shields.io/badge/platforms-amd64%20%7C%20arm%2Fv6%20%7C%20arm%2Fv7%20%7C%20arm64%20%7C%20ppc64le%20%7C%20s390x-blue)](https://hub.docker.com/r/cisagov/cyhy-commander-docker/tags)

This is a Docker skeleton project that can be used to quickly get a
new [cisagov](https://github.com/cisagov) GitHub Docker project
Expand Down

0 comments on commit 45a448a

Please sign in to comment.