File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ dockers:
30
30
- secinfo.go
31
31
- streamers
32
32
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"
Original file line number Diff line number Diff line change 13
13
rm -rf coverage.out coverage.html
14
14
rm -rf secinfo secinfo.test
15
15
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
17
17
18
18
build :
19
19
@echo ${VERSION}
@@ -29,9 +29,9 @@ docker-run:
29
29
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}
30
30
31
31
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
36
36
37
37
.PHONY : clean test
Original file line number Diff line number Diff line change 1
1
# Secinfo
2
2
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 )
6
6
7
7
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/
8
8
You can’t perform that action at this time.
0 commit comments