Skip to content

Commit 779800f

Browse files
committed
committed
2 parents e333347 + 1053f2a commit 779800f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

code/base-project/image-scan/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.2](https://github.com/unoplat/unoplat-ci-cd-scripts/compare/v1.1.1...v1.1.2) (2024-02-23)
4+
5+
6+
### Bug Fixes
7+
8+
* file name ([b4a9999](https://github.com/unoplat/unoplat-ci-cd-scripts/commit/b4a9999a77679bbca4e718facfacf979c7c5c918))
9+
310
## [1.1.1](https://github.com/unoplat/unoplat-ci-cd-scripts/compare/v1.1.0...v1.1.1) (2024-02-23)
411

512

code/base-project/image-scan/Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#change the below to amd64 or arm64 based on detected cpu type
22
compile_cmd = 'go test ./...'
3-
build_cmd = 'go build .'
3+
build_cmd = 'go build -o image-scan'
44
local_resource(
55
'go-test',
66
compile_cmd)

0 commit comments

Comments
 (0)