Merge pull request #712 from CrossRealms/fortigate-vpn-log-mapping #285
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 }} |