We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d683a7b commit d703fa7Copy full SHA for d703fa7
Makefile
@@ -0,0 +1,7 @@
1
+all: build
2
+
3
+build:
4
+ @go build ./cmd/example-api-authz-go/...
5
6
+update-opa:
7
+ @./revendor_opa.sh $(TAG)
0 commit comments