mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 08:23:15 +01:00
chore: update deprecated release flag (#1629)
Signed-off-by: Christopher Phillips <christopher.phillips@anchore.com>
This commit is contained in:
parent
ff34594284
commit
98e737fc27
2
Makefile
2
Makefile
@ -4,7 +4,7 @@ TEMP_DIR := ./.tmp
|
|||||||
# Command templates #################################
|
# Command templates #################################
|
||||||
LINT_CMD := $(TEMP_DIR)/golangci-lint run --tests=false
|
LINT_CMD := $(TEMP_DIR)/golangci-lint run --tests=false
|
||||||
GOIMPORTS_CMD := $(TEMP_DIR)/gosimports -local github.com/anchore
|
GOIMPORTS_CMD := $(TEMP_DIR)/gosimports -local github.com/anchore
|
||||||
RELEASE_CMD := $(TEMP_DIR)/goreleaser release --rm-dist
|
RELEASE_CMD := $(TEMP_DIR)/goreleaser release --clean
|
||||||
SNAPSHOT_CMD := $(RELEASE_CMD) --skip-publish --skip-sign --snapshot
|
SNAPSHOT_CMD := $(RELEASE_CMD) --skip-publish --skip-sign --snapshot
|
||||||
CHRONICLE_CMD = $(TEMP_DIR)/chronicle
|
CHRONICLE_CMD = $(TEMP_DIR)/chronicle
|
||||||
GLOW_CMD = $(TEMP_DIR)/glow
|
GLOW_CMD = $(TEMP_DIR)/glow
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user