We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e333347 + 1053f2a commit 779800fCopy full SHA for 779800f
code/base-project/image-scan/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## [1.1.1](https://github.com/unoplat/unoplat-ci-cd-scripts/compare/v1.1.0...v1.1.1) (2024-02-23)
11
12
code/base-project/image-scan/Tiltfile
@@ -1,6 +1,6 @@
#change the below to amd64 or arm64 based on detected cpu type
compile_cmd = 'go test ./...'
-build_cmd = 'go build .'
+build_cmd = 'go build -o image-scan'
local_resource(
'go-test',
compile_cmd)
0 commit comments