mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-06-27 04:22:05 +00:00
fix: Security Scan CI file path
This commit is contained in:
parent
f3f73a3f01
commit
16ff7be4f9
4
Makefile
4
Makefile
@ -105,8 +105,8 @@ snyk-dependencies-report: ## Uses Snyk CLI to validate the project dependencies
|
||||
.PHONY: snyk-ingestion-base-slim-report
|
||||
snyk-ingestion-base-slim-report:
|
||||
@echo "Validating Ingestion Slim Container"
|
||||
docker build -t openmetadata-ingestion-base-slim:scan -f ingestion/operators/docker/Dockerfile --build-arg INGESTION_DEPENDENCY=slim .
|
||||
snyk container test openmetadata-ingestion-base-slim:scan --file=ingestion/operators/docker/Dockerfile $(SNYK_ARGS) --json > security-report/ingestion-docker-base-slim-scan.json | true;
|
||||
docker build -t openmetadata-ingestion-base-slim:scan -f ingestion/operators/docker/Dockerfile.ci --build-arg INGESTION_DEPENDENCY=slim .
|
||||
snyk container test openmetadata-ingestion-base-slim:scan --file=ingestion/operators/docker/Dockerfile.ci $(SNYK_ARGS) --json > security-report/ingestion-docker-base-slim-scan.json | true;
|
||||
|
||||
.PHONY: snyk-report
|
||||
snyk-report: ## Uses Snyk CLI to run a security scan of the different pieces of the code
|
||||
|
Loading…
x
Reference in New Issue
Block a user