Skip to content

Commit 64f0ad5

Browse files
committed
add golang templates
1 parent eddf5bf commit 64f0ad5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package/Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
FROM alpine
2-
COPY bin/clusterscan-operator /usr/bin/
2+
COPY bin/clusterscan-operator \
3+
pkg/securityscan/core/templates/cisscanConfig.template \
4+
pkg/securityscan/core/templates/pluginConfig.template \
5+
pkg/securityscan/core/templates/service.template \
6+
/usr/bin/
37
CMD ["clusterscan-operator"]

0 commit comments

Comments
 (0)