Skip to content

Commit ce6624e

Browse files
Add CTI dataset to release (#36)
1 parent 8a28107 commit ce6624e

File tree

3 files changed

+36
-1
lines changed

3 files changed

+36
-1
lines changed

BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ pkg_tar(
2929
"//use-cases/bookstore:bookstore-dataset",
3030
"//use-cases/social-network:social-network-dataset",
3131
"//use-cases/identity-and-access-management:iam-dataset",
32+
"//use-cases/cyber-threat-intelligence:cti-dataset",
3233
],
3334
)
3435

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.0
1+
3.7.1
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one
2+
# or more contributor license agreements. See the NOTICE file
3+
# distributed with this work for additional information
4+
# regarding copyright ownership. The ASF licenses this file
5+
# to you under the Apache License, Version 2.0 (the
6+
# "License"); you may not use this file except in compliance
7+
# with the License. You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing,
12+
# software distributed under the License is distributed on an
13+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
# KIND, either express or implied. See the License for the
15+
# specific language governing permissions and limitations
16+
# under the License.
17+
18+
package(default_visibility = ["//visibility:public"])
19+
20+
load("@rules_pkg//:mappings.bzl", "pkg_files")
21+
22+
pkg_files(
23+
name = "cti-dataset",
24+
srcs = [
25+
":schema.tql",
26+
":data.tql",
27+
],
28+
renames = {
29+
":schema.tql" : "cti-schema.tql",
30+
":data.tql" : "cti-data.tql",
31+
},
32+
)
33+
34+

0 commit comments

Comments
 (0)