File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
.github/actions/build/dpkg Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44
44
GOOS : ${{ inputs.go_os }}
45
45
GOARCH : ${{ inputs.go_arch }}
46
46
COMMIT_SHA : ${{ inputs.commit_sha }}
47
- OSQUERY_VESION : ${{ inputs.osquery_version }}
47
+ OSQUERY_VERSION : ${{ inputs.osquery_version }}
48
48
OSCTRL_VERSION : ${{ inputs.commit_sha }}
49
49
50
50
- name : Create DEB package contents for tagged version
Original file line number Diff line number Diff line change 5
5
OSCTRL_USER=" ${VARIABLE:- osctrl} "
6
6
OSCTRL_GROUP=" ${VARIABLE:- osctrl} "
7
7
WORKING_DIR=" ${VARIABLE:-/ etc/ osctrl} "
8
- OSQUERY_VESION =" ${VARIABLE:- 5.17.0} "
8
+ OSQUERY_VERSION =" ${VARIABLE:- 5.17.0} "
9
9
OSCTRL_VERSION=" ${VARIABLE:- 0.0.0} "
10
10
11
11
# ##################################### Init DEB contents ######################################
74
74
--carved /var/osctrl/carves \\
75
75
--templates /usr/share/osctrl/tmpl_admin \\
76
76
--static /usr/share/osctrl/static \\
77
- --osquery-tables /etc/osctrl/osctrl-admin/osquery-${OSQUERY_VESION } .json"
77
+ --osquery-tables /etc/osctrl/osctrl-admin/osquery-${OSQUERY_VERSION } .json"
78
78
EXECSTART+=${ADMIN_ARGS}
79
79
fi
80
80
@@ -130,11 +130,11 @@ then
130
130
cp -r cmd/admin/static " ${DEB_DIR} /usr/share/osctrl/static"
131
131
132
132
# Copy osquery schema
133
- cp deploy/osquery/data/${OSQUERY_VESION } .json " ${DEB_DIR} /etc/osctrl/osctrl-admin/osquery-${OSQUERY_VESION } .json"
133
+ cp deploy/osquery/data/${OSQUERY_VERSION } .json " ${DEB_DIR} /etc/osctrl/osctrl-admin/osquery-${OSQUERY_VERSION } .json"
134
134
135
135
# Define conffiles
136
136
echo " /etc/osctrl/osctrl-admin/jwt.json" >> " ${DEB_DIR} /DEBIAN/conffiles"
137
- echo " /etc/osctrl/osctrl-admin/osquery-${OSQUERY_VESION } .json" >> " ${DEB_DIR} /DEBIAN/conffiles"
137
+ echo " /etc/osctrl/osctrl-admin/osquery-${OSQUERY_VERSION } .json" >> " ${DEB_DIR} /DEBIAN/conffiles"
138
138
139
139
fi
140
140
You can’t perform that action at this time.
0 commit comments