Skip to content

Commit 1e2ba13

Browse files
committed
Clean up documentation
1 parent 33a0ca8 commit 1e2ba13

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Diff for: .goreleaser.yml

-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ archives:
3737
checksum:
3838
name_template: 'checksums.txt'
3939

40-
snapshot:
41-
name_template: "{{ .Tag }}-next"
42-
4340
changelog:
4441
sort: asc
4542
filters:

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY . .
1717

1818
## BUILDER STAGE ##
1919
FROM base as builder
20-
RUN go build -o conftest -ldflags="-w -s -X github.com/open-policy-agent/conftest/internal/commands.version=${VERSION} -X github.com/open-policy-agent/conftest/internal/commands.commit=${COMMIT} -X github.com/open-policy-agent/conftest/internal/commands.date=${DATE}" main.go
20+
RUN go build -o conftest -ldflags="-w -s -X github.com/open-policy-agent/conftest/internal/commands.version=${VERSION}" main.go
2121

2222
## TEST STAGE ##
2323
FROM base as test

Diff for: SECURITY.md

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
# Security
2+
13
See [https://github.com/open-policy-agent/opa/blob/master/SECURITY.md](https://github.com/open-policy-agent/opa/blob/master/SECURITY.md)

0 commit comments

Comments
 (0)