Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
Merge pull request #14 from splunk-soar-connectors/next
Browse files Browse the repository at this point in the history
Merging next to main for release 2.0.5
  • Loading branch information
phantom-jacob authored Jan 2, 2025
2 parents 1776fd3 + 3061ca4 commit e91d9fc
Show file tree
Hide file tree
Showing 7 changed files with 93 additions and 58 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/generate-doc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Generate Readme Doc
on:
workflow_dispatch:
push:
paths:
- '*.json'
- 'readme.html'
- 'manual_readme_content.md'
tags-ignore:
- '**'
branches-ignore:
- next
- main
jobs:
generate-doc:
runs-on: ubuntu-latest
steps:
- uses: 'phantomcyber/dev-cicd-tools/github-actions/generate-doc@main'
with:
GITHUB_TOKEN: ${{ secrets.SOAR_APPS_TOKEN }}
22 changes: 22 additions & 0 deletions .github/workflows/review-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Review Release
concurrency:
group: app-release
cancel-in-progress: true
permissions:
contents: read
id-token: write
statuses: write
on:
workflow_dispatch:
inputs:
task_token:
description: 'StepFunction task token'
required: true

jobs:
review:
uses: 'phantomcyber/dev-cicd-tools/.github/workflows/review-release.yml@main'
with:
task_token: ${{ inputs.task_token }}
secrets:
resume_release_role_arn: ${{ secrets.RESUME_RELEASE_ROLE_ARN }}
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/phantomcyber/dev-cicd-tools
rev: v1.9
rev: v1.16
hooks:
- id: org-hook
- id: package-app-dependencies
- repo: https://github.com/Yelp/detect-secrets
rev: v1.1.0
rev: v1.4.0
hooks:
- id: detect-secrets
args: ['--no-verify', '--exclude-files', '^reversinglabs-tiscale.json$']
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# RL TitaniumScale Enterprise File Visibility

Publisher: ReversingLabs
Connector Version: 2\.0\.3
Connector Version: 2\.0\.5
Product Vendor: ReversingLabs
Product Name: TISCALE
Product Version Supported (regex): "\.\*"
Minimum Product Version: 5\.0\.0
Minimum Product Version: 5\.1\.0

This app integrates with ReversingLabs TiScale Enterprise Scale File Visibility platform to automate analysis and investigative actions for file samples

Expand Down
46 changes: 46 additions & 0 deletions manual_readme_content.md

Large diffs are not rendered by default.

53 changes: 0 additions & 53 deletions readme.html

This file was deleted.

2 changes: 1 addition & 1 deletion reversinglabs-tiscale.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "This app integrates with ReversingLabs TiScale Enterprise Scale File Visibility platform to automate analysis and investigative actions for file samples",
"type": "sandbox",
"main_module": "tiscale_connector.py",
"app_version": "2.0.4",
"app_version": "2.0.5",
"utctime_updated": "2022-02-18T04:22:41.000000Z",
"package_name": "phantom_tiscale",
"product_vendor": "ReversingLabs",
Expand Down

0 comments on commit e91d9fc

Please sign in to comment.