We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7fc08f commit 8e71d29Copy full SHA for 8e71d29
.version
@@ -1 +1 @@
1
-0.0.8
+0.0.9
Dockerfile
@@ -1,9 +1,9 @@
-FROM golang:1.21
+FROM golang:1.22
2
3
ENV PACKAGE_TO_SCAN=$PACKAGE_TO_SCAN
4
5
WORKDIR /github/workspace
6
7
RUN go install go.uber.org/nilaway/cmd/nilaway@latest
8
9
-ENTRYPOINT nilaway ${PACKAGE_TO_SCAN}
+ENTRYPOINT ["sh", "-c", "nilaway $PACKAGE_TO_SCAN"]
0 commit comments