mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
f6092b9ce4
This change adds a new flag for emitting plan bundles in the new protobuf wire format. `opa build --format=json|proto`. With `--format=proto`, the bundle contains `/plan.pb` and `/.manifest.pb` in place of `/plan.json`and `/.manifest`. Bundle Reader auto-detects both forms; mixed-format bundles are rejected at read, merge, and write time. Signed-off-by: Sebastian Spaink <sebastianspaink@gmail.com>
47 lines
633 B
Plaintext
47 lines
633 B
Plaintext
# development environment
|
|
.DS_Store
|
|
.vscode
|
|
.idea
|
|
*~
|
|
*.swp
|
|
|
|
# build artifacts
|
|
coverage.txt
|
|
opa_*
|
|
.Dockerfile_*
|
|
_release
|
|
wasm/_obj
|
|
_test
|
|
!*_test.go
|
|
site.tar.gz
|
|
policy.wasm
|
|
.npm
|
|
.gitbook
|
|
.go
|
|
release-notes.md
|
|
bundle.tar.gz
|
|
|
|
# ci artifacts
|
|
fuzzit
|
|
ast-fuzzer
|
|
ast-fuzzer.a
|
|
|
|
# runtime artifacts
|
|
policies
|
|
|
|
# Local Netlify folder
|
|
.netlify
|
|
|
|
# man pages
|
|
man
|
|
|
|
# generated when running local website build
|
|
docs/website/.hugo_build.lock
|
|
docs/website/data/versions
|
|
|
|
# generated when building windows binary to add icon and product version
|
|
resource.syso
|
|
|
|
# generated when building proto codegen plugin (see Makefile generate-proto)
|
|
build/tools/bin/
|