Skip to content

Commit 33e1cea

Browse files
authored
Merge branch 'develop' into mac_from_snap
2 parents b8aa737 + 39849c0 commit 33e1cea

File tree

1,854 files changed

+9856
-6738
lines changed

Some content is hidden

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

1,854 files changed

+9856
-6738
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "weekly"
7+
- package-ecosystem: "pre-commit"
8+
directory: "/"
9+
schedule:
10+
interval: "weekly"

.github/workflows/appinspect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
cp -r dist/*.tar.gz artifacts/
3838
3939
- name: store_artifacts
40-
uses: actions/upload-artifact@v6
40+
uses: actions/upload-artifact@v7
4141
with:
4242
name: content-latest
4343
path: |

.github/workflows/build-response-templates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cp response_templates/merged_response_templates/* dist/api/response_templates/
3232
3333
- name: store_artifacts
34-
uses: actions/upload-artifact@v6
34+
uses: actions/upload-artifact@v7
3535
with:
3636
name: response-templates
3737
path: |

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
mv dist/DA-ESS-ContentUpdate-latest.tar.gz artifacts/
3232
3333
- name: store_artifacts
34-
uses: actions/upload-artifact@v6
34+
uses: actions/upload-artifact@v7
3535
with:
3636
name: content-latest
3737
path: |

.github/workflows/datasource-dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ jobs:
5353
base: develop
5454
title: Automated Splunk TA Update ${{ github.run_number }}
5555
body: "This PR contains updates to Splunk TAs made by GitHub Actions workflow."
56-
paths: |
57-
security_content/data_sources/**
56+
add-paths: |
57+
security_content/data_sources/**

.github/workflows/unit-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# Store test_results/summary.yml and dist/DA-ESS-ContentUpdate-latest.tar.gz to job artifact-test_summary_results.zip
4848
- name: store_artifacts
4949
if: always()
50-
uses: actions/upload-artifact@v6
50+
uses: actions/upload-artifact@v7
5151
with:
5252
name: test_summary_results
5353
path: |

.github/workflows/update_splunk_tas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
python-version: '3.10' # or the version your script requires
2222

23-
- uses: aws-actions/configure-aws-credentials@v5
23+
- uses: aws-actions/configure-aws-credentials@v6
2424
with:
2525
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
2626
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

.pre-commit-config.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0 # Use the ref you want to point at
3+
rev: v6.0.0 # Use the ref you want to point at
44
hooks:
5-
- id: check-executables-have-shebangs
6-
exclude: "package/bin/da_ess_contentupdate/|package/bin/splunklib/|venv/"
75
- id: check-json
86
- id: check-symlinks
9-
# - id: check-yaml
10-
- id: pretty-format-json
11-
args: [--autofix]
127
- id: requirements-txt-fixer
138
- id: detect-aws-credentials
149
args: ['--allow-missing-credentials']
@@ -21,8 +16,8 @@ repos:
2116
- id: yamlfmt
2217
name: yamlfmt (detections only)
2318
description: Format YAML files in detections/ with yamlfmt
24-
entry: python .pre-commit-hooks/yamlfmt-hook.py
25-
language: system
19+
entry: .pre-commit-hooks/yamlfmt-hook.py
20+
language: python
2621
files: ^detections/.*\.(yml|yaml)$
2722
pass_filenames: true
2823
# Optional: Specify custom yamlfmt binary path if not in PATH

.pre-commit-hooks/yamlfmt-hook.py

100644100755
File mode changed.

baselines/baseline_of_cloud_infrastructure_api_calls_per_user.yml renamed to baselines/deprecated/baseline_of_cloud_infrastructure_api_calls_per_user.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Baseline Of Cloud Infrastructure API Calls Per User
22
id: 1da5d5ea-4382-447d-98a9-87c358c95fcb
3-
version: 2
4-
date: '2026-01-14'
3+
version: 3
4+
date: '2026-02-25'
55
author: David Dorsey, Splunk
66
type: Baseline
7-
status: production
7+
status: deprecated
88
description: This search is used to build a Machine Learning Toolkit (MLTK) model
99
for how many API calls are performed by each user. By default, the search uses the
1010
last 90 days of data to build the model and the model is rebuilt weekly. The model

0 commit comments

Comments
 (0)