We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to import the compliance-to-policy-go module (v1 and v2) errors occurr due to colon characters in the pkg/testdata path
compliance-to-policy-go
v1
v2
pkg/testdata
I believe the error being thrown here - https://pkg.go.dev/golang.org/x/[email protected]/module#CheckFilePath
go get github.com/oscal-compass/[email protected]
malformed file path "pkg/testdata/ocm/policies/policy-install-kyverno-from-manifests/policy-install-kyverno-from-manifests/ClusterRole.kyverno:admin-generaterequest.yaml": invalid char ':'
Successful retrieval of Go module
:
The text was updated successfully, but these errors were encountered:
jpower432
Successfully merging a pull request may close this issue.
Describe the bug
When trying to import the
compliance-to-policy-go
module (v1
andv2
) errors occurr due to colon characters in thepkg/testdata
pathI believe the error being thrown here - https://pkg.go.dev/golang.org/x/[email protected]/module#CheckFilePath
Step to Reproduce
Step 1 - Run Command
Step 2 - Observe Error
Expected Behavior
Successful retrieval of Go module
Potential Solutions
pkg/testdata
to keep it from being imported with the c2p Go module:
charactersThe text was updated successfully, but these errors were encountered: