Skip to content
This repository was archived by the owner on Apr 29, 2020. It is now read-only.

Commit e272ca9

Browse files
author
Charlie Briggs
committed
Remove unused docker snyk verify
1 parent 45c32d5 commit e272ca9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ _security-dependencies: _security-login ## Scan dependencies for security vulner
5050
npx snyk test --org=reliability-engineering
5151
@$(DONE)
5252

53+
.PHONY: security-monitor
5354
security-monitor: ## Update latest monitored dependencies in snyk. Needs to be run in an environment with the snyk CLI tool.
54-
security-monitor: _security-dependencies-monitor _security-docker-monitor
55+
security-monitor: _security-dependencies-monitor
5556

5657
_security-dependencies-monitor: ## Update snyk monitored dependencies.
5758
@printf '%b\n' ">> $(TEAL)updating snyk dependencies"

0 commit comments

Comments
 (0)