mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-06-27 04:22:05 +00:00
fix: Security Scan CI + Makefiles (#14790)
This commit is contained in:
parent
4e8042c9a8
commit
72fc0cf685
7
Makefile
7
Makefile
@ -133,7 +133,12 @@ export-snyk-pdf-report: ## export json file from security-report/ to HTML
|
||||
.PHONY: build-ingestion-base-local
|
||||
build-ingestion-base-local: ## Builds the ingestion DEV docker operator with the local ingestion files
|
||||
$(MAKE) install_dev generate
|
||||
docker build -f ingestion/operators/docker/Dockerfile-dev . -t openmetadata/ingestion-base:local
|
||||
docker build -f ingestion/operators/docker/Dockerfile.ci . -t openmetadata/ingestion-base:local
|
||||
|
||||
.PHONY: build-ingestion-base-slim-local
|
||||
build-ingestion-base-local: ## Builds the ingestion DEV docker operator with the local ingestion files
|
||||
$(MAKE) install_dev generate
|
||||
docker build -f ingestion/operators/docker/Dockerfile.ci . -t openmetadata/ingestion-base-slim:local --build-arg INGESTION_DEPENDENCY=slim
|
||||
|
||||
.PHONY: generate-schema-docs
|
||||
generate-schema-docs: ## Generates markdown files for documenting the JSON Schemas
|
||||
|
Loading…
x
Reference in New Issue
Block a user