Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2
updates:
- package-ecosystem: pip
directory: /
schedule:
interval: weekly
groups:
python-dependencies:
patterns:
- "*"

- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
groups:
github-actions-dependencies:
patterns:
- "*"
25 changes: 11 additions & 14 deletions .github/workflows/main.yml → .github/workflows/on_main.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
# This is a basic workflow to generate build
name: "pre-release"
name: "Build, Splunkbase App Inspect, App Utilities"

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the current branch
on:
push:
branches:
- '*' # matches every branch that doesn't contain a '/'
- '*/*' # matches every branch containing a single '/'
- '**' # matches every branch
- 'main'
- 'master'
- 'develop'
workflow_dispatch:

jobs:
pre-release:
name: "Pre Release"
on_main:
name: "Build, Splunkbase App Inspect, App Utilities"
runs-on: "ubuntu-latest"

steps:
- uses: VatsalJagani/splunk-app-action@v4.1
- uses: VatsalJagani/splunk-app-action@v6
env:
SPLUNK_APP_ACTION_1: "rm -rf backup_app_icons"
SPLUNK_APP_ACTION_2: "rm -f .gitignore"
Expand All @@ -28,8 +25,8 @@ jobs:
to_make_permission_changes: true
splunkbase_username: ${{ secrets.SPLUNKBASE_USERNAME }}
splunkbase_password: ${{ secrets.SPLUNKBASE_PASSWORD }}
app_utilities: "whats_in_the_app, logger, splunk_python_sdk"
my_github_token: ${{ secrets.MY_GITHUB_TOKEN }}
app_utilities: "whats_in_the_app, logger"
logger_log_files_prefix: "auto_update_maxmind_db"
logger_sourcetype: "auto_update_maxmind_db:logs"
splunk_python_sdk_install_path: "lib"
python_requirements_file: "lib/requirements.txt"
is_remove_not_allowed_executables_from_lib: true
19 changes: 19 additions & 0 deletions .github/workflows/on_pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "Build and Local App Inspect"

on:
pull_request:
workflow_dispatch:

jobs:
on_pr:
name: "Build and Local App Inspect"
runs-on: "ubuntu-latest"

steps:
- uses: VatsalJagani/splunk-app-action@v6
with:
app_dir: "."
to_make_permission_changes: true
local_app_inspect: true
python_requirements_file: "lib/requirements.txt"
is_remove_not_allowed_executables_from_lib: true
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.9
1 change: 0 additions & 1 deletion lib/PySocks-1.7.1.dist-info/INSTALLER

This file was deleted.

22 changes: 0 additions & 22 deletions lib/PySocks-1.7.1.dist-info/LICENSE

This file was deleted.

Loading
Loading