Skip to content

Commit 8a933be

Browse files
fix: remove tox ini file
1 parent 30eab67 commit 8a933be

File tree

5 files changed

+15
-30
lines changed

5 files changed

+15
-30
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -58,30 +58,14 @@ repos:
5858
args: ['--no-verify']
5959
exclude_types: [json]
6060
exclude: "README.md"
61-
- repo: local
62-
hooks:
63-
- id: generate-sdk-manifest
64-
name: Generate SDK app manifest
65-
entry: |
66-
bash -c '
67-
UV_LOCK_PATH=$(find . -name "uv.lock" -type f | head -1)
68-
export UV_LOCK_DIR=$(dirname "$UV_LOCK_PATH")
69-
echo "UV_LOCK_DIR $UV_LOCK_DIR"
70-
soarapps manifests create sdk_app_manifest.json "$UV_LOCK_DIR"
71-
echo "Generated sdk_app_manifest.json"
72-
'
73-
language: system
74-
pass_filenames: false
75-
always_run: true
76-
7761
# Central hooks
7862
- repo: https://github.com/phantomcyber/dev-cicd-tools
7963
rev: tapishj/fix-sdkify-pre-commit
8064
hooks:
8165
- id: build-docs
8266
language: python
8367
additional_dependencies: ["local-hooks"]
84-
args: ['.', '--json-name', 'sdk_app_manifest.json']
68+
args: ['.']
8569
- id: copyright
8670
language: python
8771
additional_dependencies: ["local-hooks"]
@@ -98,11 +82,3 @@ repos:
9882
language: python
9983
additional_dependencies: ["local-hooks"]
10084
args: ['.']
101-
- repo: local
102-
hooks:
103-
- id: cleanup-sdk-manifest
104-
name: Clean up SDK app manifest
105-
entry: bash -c 'if [ -f sdk_app_manifest.json ]; then rm sdk_app_manifest.json && echo "Removed sdk_app_manifest.json"; fi'
106-
language: system
107-
pass_filenames: false
108-
always_run: true

HTTP.tgz

10.7 MB
Binary file not shown.

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Splunk SOAR App: HTTP
1+
Splunk SOAR App: http
22
Copyright (c) 2025 Splunk Inc.
33
Third Party Software Attributions:

__init__.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Copyright (c) 2025 Splunk Inc.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.

tox.ini

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)