File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ release:
2424dockers :
2525 -
2626 image_templates :
27- - " ghcr.io/hazcod/security-slacker/css :latest"
28- - " ghcr.io/hazcod/security-slacker/css :{{ .Tag }}"
29- - " ghcr.io/hazcod/security-slacker/css :{{ .Major }}"
27+ - " ghcr.io/hazcod/security-slacker/securityslacker :latest"
28+ - " ghcr.io/hazcod/security-slacker/securityslacker :{{ .Tag }}"
29+ - " ghcr.io/hazcod/security-slacker/securityslacker :{{ .Major }}"
3030
3131sboms :
3232 -
@@ -40,4 +40,4 @@ builds:
4040 ldflags : [-w -s -extldflags "-static"]
4141 goos : [darwin, linux, windows]
4242 goarch : [amd64, arm64]
43- binary : css
43+ binary : securityslacker
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ COPY --from=builder /etc/passwd /etc/group /etc/shadow /etc/
2525# add-in our ca certificates
2626COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
2727
28- COPY --chown=app css /app
28+ COPY --chown=app securityslacker /app
2929
3030# from now on, run as the unprivileged user
3131USER 1000
Original file line number Diff line number Diff line change 11all : run
22
33clean :
4- rm dist/ || true
4+ rm -r dist/ || true
55
66build :
77 goreleaser --config=.github/goreleaser.yml build --snapshot --clean
You can’t perform that action at this time.
0 commit comments