mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
remove tty requirement from release process
Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
This commit is contained in:
parent
f4502fc824
commit
080f010746
2
Makefile
2
Makefile
@ -228,7 +228,7 @@ acceptance-test-rpm-package-install: $(SNAPSHOTDIR)
|
|||||||
|
|
||||||
.PHONY: changlog-release
|
.PHONY: changlog-release
|
||||||
changelog-release:
|
changelog-release:
|
||||||
@docker run -it --rm \
|
@docker run -i --rm \
|
||||||
-v "$(shell pwd)":/usr/local/src/your-app ferrarimarco/github-changelog-generator \
|
-v "$(shell pwd)":/usr/local/src/your-app ferrarimarco/github-changelog-generator \
|
||||||
--user anchore \
|
--user anchore \
|
||||||
--project $(BIN) \
|
--project $(BIN) \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user