Skip to content

Merge pull request #644 from CrossRealms/update-unusual-outbound-traf… #242

Merge pull request #644 from CrossRealms/update-unusual-outbound-traf…

Merge pull request #644 from CrossRealms/update-unusual-outbound-traf… #242

Workflow file for this run

# This is a basic workflow to generate build
name: "Run on Master - Add Utilities & App Inspect"
on:
push:
branches:
- 'master'
workflow_dispatch:
jobs:
pre-release:
name: "Run on Master - Add Utilities & App Inspect"
runs-on: "ubuntu-latest"
steps:
- uses: VatsalJagani/[email protected]
with:
app_dir: "cyences_app_for_splunk"
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, common_js_utilities"
my_github_token: ${{ secrets.MY_GITHUB_TOKEN }}
logger_log_files_prefix: "cyences"
logger_sourcetype: "cyences:logs"
splunk_python_sdk_install_path: "lib"
- uses: VatsalJagani/[email protected]
with:
app_dir: "TA-cyences"
to_make_permission_changes: true
splunkbase_username: ${{ secrets.SPLUNKBASE_USERNAME }}
splunkbase_password: ${{ secrets.SPLUNKBASE_PASSWORD }}
app_utilities: "whats_in_the_app"
my_github_token: ${{ secrets.MY_GITHUB_TOKEN }}