Skip to content

Commit 429572e

Browse files
feat/transform-tests
1 parent 68e1cc0 commit 429572e

File tree

236 files changed

+44318
-189
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

236 files changed

+44318
-189
lines changed

.gitmodules

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +0,0 @@
1-
[submodule "deps/build/addonfactory_test_matrix_splunk"]
2-
path = deps/build/addonfactory_test_matrix_splunk
3-
url = https://github.com/splunk/addonfactory_test_matrix_splunk.git
4-
[submodule "deps/apps/Splunk_SA_CIM"]
5-
path = deps/apps/Splunk_SA_CIM
6-
url = git@github.com:splunk/addonfactory-splunk_sa_cim.git

.licenserc.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2025 Splunk Inc.
2+
# Copyright 2026 Splunk Inc.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -37,3 +37,4 @@ header:
3737
- "renovate.json"
3838
- "pytest_splunk_addon/.ignore_splunk_internal_errors"
3939
- "pytest_splunk_addon/docker_class.py"
40+
- "deps"

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2025 Splunk Inc.
2+
# Copyright 2026 Splunk Inc.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2025 Splunk Inc.
2+
# Copyright 2026 Splunk Inc.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

Dockerfile.splunk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2025 Splunk Inc.
2+
# Copyright 2026 Splunk Inc.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

Dockerfile.tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2025 Splunk Inc.
2+
# Copyright 2026 Splunk Inc.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

Dockerfile.uf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2025 Splunk Inc.
2+
# Copyright 2026 Splunk Inc.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

deps/apps/Splunk_SA_CIM

Lines changed: 0 additions & 1 deletion
This file was deleted.

deps/apps/Splunk_SA_CIM/README.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
ReadMe
2+
Splunk Common Information Model 4.20.0
3+
4+
Copyright (C) 2005-2018 Splunk Inc. All rights reserved.
5+
6+
* For the Release Notes, What's New, and Getting Started documentation for this
7+
release see:
8+
http://docs.splunk.com/Documentation/CIM/
9+
10+
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
[my_action]
3+
4+
...
5+
6+
param._cam = {\
7+
"category": ["Information Gathering"],\
8+
"task": ["create"],\
9+
"subject": ["network.capture"],\
10+
"technology": [{"vendor": "Splunk", "product": "Splunk App for Stream"}],\
11+
"supports_adhoc": true,\
12+
"drilldown_uri": "my_view?form.orig_sid=$sid$&form.orig_rid=$rid$"\
13+
}
14+
15+
16+
[my_action2]
17+
18+
...
19+
20+
param._cam = {\
21+
"category": ["Information Gathering"],\
22+
"task": ["scan"],\
23+
"subject": ["process.reputation-service"],\
24+
"technology": [{"vendor": "myvendor", "product": "myproduct", "version": "1.0"}],\
25+
"supports_adhoc": true,\
26+
"drilldown_uri": "../my_app/my_view?form.orig_sid=$sid$&form.orig_rid=$rid$",\
27+
"field_name_params": ["param.host_field"]\
28+
}

0 commit comments

Comments
 (0)