Skip to content

Commit d72d0f1

Browse files
committed
rename
1 parent ba83abd commit d72d0f1

20 files changed

Lines changed: 26 additions & 31 deletions

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
id-token: write
3030
with:
3131
registry: ghcr.io/bryopsida
32-
image_name: nestjs-starter
32+
image_name: network-scanner
3333
push_in_pr: true
3434
deploy-container:
3535
needs: build-image

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
# Nest.JS Starter Template
1+
# Network Scanner
22

3-
## What's Included
3+
## What does this do?
44

5-
- OpenAPI/Swagger
6-
- Health EP `/health`
7-
- Helmet
8-
- Dockerfile
9-
- Helm Chart
10-
- GitHub Action workflows to lint, test, build image, and verify helm chart
5+
Provides a REST Api for defining scheduled scans, results of scans are stored in couchdb.
116

127
## NPM Scripts
138

@@ -31,4 +26,4 @@
3126

3227
## How to use published chart
3328

34-
First add the repo `helm repo add nestjs-starter https://bryopsida.github.io/nestjs-starter/`, then fetch updates `helm repo update`, and finally, install with `helm upgrade --install starter nestjs-starter/nestjs-starter --wait`.
29+
First add the repo `helm repo add network-scanner https://bryopsida.github.io/network-scanner/`, then fetch updates `helm repo update`, and finally, install with `helm upgrade --install scanner network-scanner/network-scanner --wait`.

charts/nestjs-starter/Chart.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

charts/network-scanner/Chart.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
apiVersion: v2
2+
name: network-scanner
3+
description: A Helm chart for deploying network-scanner
4+
type: application
5+
version: 0.2.0
6+
appVersion: '0.1.0'

charts/nestjs-starter/postman/Nest.JS-Starter.postman_collection.json renamed to charts/network-scanner/postman/network-scanner.postman_collection.json

File renamed without changes.

charts/nestjs-starter/postman/Nest.JS-Starter.postman_environment.json renamed to charts/network-scanner/postman/network-scanner.postman_environment.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "90a0a472-f6c1-4ab9-aab9-c38153713251",
3-
"name": "Nest.JS Starter",
3+
"name": "network-scanner",
44
"values": [
55
{
66
"key": "server_url",
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)