Skip to content

Commit 2155e4b

Browse files
authored
Merge pull request #2 from prachidamle/add_templates
add golang templates
2 parents eddf5bf + 64f0ad5 commit 2155e4b

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)