File tree Expand file tree Collapse file tree 5 files changed +15
-30
lines changed
Expand file tree Collapse file tree 5 files changed +15
-30
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- Splunk SOAR App: HTTP
1+ Splunk SOAR App: http
22Copyright (c) 2025 Splunk Inc.
33Third Party Software Attributions:
Original file line number Diff line number Diff line change 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.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments