Skip to content

Commit

Permalink
Pin PKI test suite to zlint v3.6.2 (#27964)
Browse files Browse the repository at this point in the history
- Avoid this error for now

zlint_test.go:149: got unexpected error from test e_subj_orgunit_in_ca_cert: map[details:The OU attribute in the Subject is prohibited in Root and TLS CA certificates result:error]
  • Loading branch information
stevendpclark authored Aug 5, 2024
1 parent e246b26 commit 37513e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/logical/pkiext/zlint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func buildZLintContainer(t *testing.T) {
containerfile := `
FROM docker.mirror.hashicorp.services/library/golang:latest
RUN go install github.com/zmap/zlint/v3/cmd/zlint@latest
RUN go install github.com/zmap/zlint/v3/cmd/zlint@v3.6.2
`

bCtx := docker.NewBuildContext()
Expand Down

0 comments on commit 37513e0

Please sign in to comment.