Skip to content

Commit

Permalink
Rename goproslowyo to infosecstreams in preparation to transfer repo …
Browse files Browse the repository at this point in the history
…to infosecstreams org [no ci]
  • Loading branch information
goproslowyo committed Jun 10, 2022
1 parent e986455 commit 2f086ad
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ dockers:
- secinfo.go
- streamers
image_templates:
- "ghcr.io/goproslowyo/secinfo:{{ .Tag }}"
- "ghcr.io/goproslowyo/secinfo:latest"
- "ghcr.io/infosecstreams/secinfo:{{ .Tag }}"
- "ghcr.io/infosecstreams/secinfo:latest"
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ clean:
rm -rf coverage.out coverage.html
rm -rf secinfo secinfo.test
rm -rf dist
docker rmi secinfo-dev:${VERSION} ghcr.io/goproslowyo/secinfo-dev:${VERSION} ghcr.io/goproslowyo/secinfo-dev:latest secinfo-dev:latest
docker rmi secinfo-dev:${VERSION} ghcr.io/infosecstreams/secinfo-dev:${VERSION} ghcr.io/infosecstreams/secinfo-dev:latest secinfo-dev:latest

build:
@echo ${VERSION}
Expand All @@ -29,9 +29,9 @@ docker-run:
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}

docker-push:
docker tag secinfo-dev:${VERSION} ghcr.io/goproslowyo/secinfo-dev:${VERSION}
docker tag secinfo-dev:${VERSION} ghcr.io/goproslowyo/secinfo-dev:latest
docker push ghcr.io/goproslowyo/secinfo-dev:${VERSION}
docker push ghcr.io/goproslowyo/secinfo-dev:latest
docker tag secinfo-dev:${VERSION} ghcr.io/infosecstreams/secinfo-dev:${VERSION}
docker tag secinfo-dev:${VERSION} ghcr.io/infosecstreams/secinfo-dev:latest
docker push ghcr.io/infosecstreams/secinfo-dev:${VERSION}
docker push ghcr.io/infosecstreams/secinfo-dev:latest

.PHONY: clean test
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Secinfo

[![Go Reference](https://pkg.go.dev/badge/github.com/goproslowyo/secinfo.svg)](https://pkg.go.dev/github.com/goproslowyo/secinfo)
[![Go Report Card](https://goreportcard.com/badge/github.com/goproslowyo/secinfo)](https://goreportcard.com/report/github.com/goproslowyo/secinfo)
[![](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)
[![Go Reference](https://pkg.go.dev/badge/github.com/infosecstreams/secinfo.svg)](https://pkg.go.dev/github.com/infosecstreams/secinfo)
[![Go Report Card](https://goreportcard.com/badge/github.com/infosecstreams/secinfo)](https://goreportcard.com/report/github.com/infosecstreams/secinfo)
[![](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)

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/

Expand Down

0 comments on commit 2f086ad

Please sign in to comment.