Skip to content

Commit 2f086ad

Browse files
committed
Rename goproslowyo to infosecstreams in preparation to transfer repo to infosecstreams org [no ci]
1 parent e986455 commit 2f086ad

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ dockers:
3030
- secinfo.go
3131
- streamers
3232
image_templates:
33-
- "ghcr.io/goproslowyo/secinfo:{{ .Tag }}"
34-
- "ghcr.io/goproslowyo/secinfo:latest"
33+
- "ghcr.io/infosecstreams/secinfo:{{ .Tag }}"
34+
- "ghcr.io/infosecstreams/secinfo:latest"

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ clean:
1313
rm -rf coverage.out coverage.html
1414
rm -rf secinfo secinfo.test
1515
rm -rf dist
16-
docker rmi secinfo-dev:${VERSION} ghcr.io/goproslowyo/secinfo-dev:${VERSION} ghcr.io/goproslowyo/secinfo-dev:latest secinfo-dev:latest
16+
docker rmi secinfo-dev:${VERSION} ghcr.io/infosecstreams/secinfo-dev:${VERSION} ghcr.io/infosecstreams/secinfo-dev:latest secinfo-dev:latest
1717

1818
build:
1919
@echo ${VERSION}
@@ -29,9 +29,9 @@ docker-run:
2929
docker run -it -v ${PWD}/templates:/app/templates -v ${PWD}/index.md:/app/index.md -v ${PWD}/inactive.md:/app/inactive.md -v ${PWD}/streamers.csv:/app/streamers.csv secinfo-dev:${VERSION}
3030

3131
docker-push:
32-
docker tag secinfo-dev:${VERSION} ghcr.io/goproslowyo/secinfo-dev:${VERSION}
33-
docker tag secinfo-dev:${VERSION} ghcr.io/goproslowyo/secinfo-dev:latest
34-
docker push ghcr.io/goproslowyo/secinfo-dev:${VERSION}
35-
docker push ghcr.io/goproslowyo/secinfo-dev:latest
32+
docker tag secinfo-dev:${VERSION} ghcr.io/infosecstreams/secinfo-dev:${VERSION}
33+
docker tag secinfo-dev:${VERSION} ghcr.io/infosecstreams/secinfo-dev:latest
34+
docker push ghcr.io/infosecstreams/secinfo-dev:${VERSION}
35+
docker push ghcr.io/infosecstreams/secinfo-dev:latest
3636

3737
.PHONY: clean test

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Secinfo
22

3-
[![Go Reference](https://pkg.go.dev/badge/github.com/goproslowyo/secinfo.svg)](https://pkg.go.dev/github.com/goproslowyo/secinfo)
4-
[![Go Report Card](https://goreportcard.com/badge/github.com/goproslowyo/secinfo)](https://goreportcard.com/report/github.com/goproslowyo/secinfo)
5-
[![](https://img.shields.io/github/workflow/status/goproslowyo/secinfo/Tests?longCache=tru&label=Tests&logo=github%20actions&logoColor=fff)](https://github.com/goproslowyo/secinfo/actions?query=workflow%3ATests)
3+
[![Go Reference](https://pkg.go.dev/badge/github.com/infosecstreams/secinfo.svg)](https://pkg.go.dev/github.com/infosecstreams/secinfo)
4+
[![Go Report Card](https://goreportcard.com/badge/github.com/infosecstreams/secinfo)](https://goreportcard.com/report/github.com/infosecstreams/secinfo)
5+
[![](https://img.shields.io/github/workflow/status/infosecstreams/secinfo/Tests?longCache=tru&label=Tests&logo=github%20actions&logoColor=fff)](https://github.com/infosecstreams/secinfo/actions?query=workflow%3ATests)
66

77
This is code in Golang that will read a csv file and generate updated markdown files to be displayed on https://github.com/infosecstreams/infosecstreams.github.io/
88

0 commit comments

Comments
 (0)