File tree Expand file tree Collapse file tree 3 files changed +36
-1
lines changed
use-cases/cyber-threat-intelligence Expand file tree Collapse file tree 3 files changed +36
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- 3.7.0
1+ 3.7.1
Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments