Skip to content

Commit

Permalink
Merge pull request #8 from splunk-soar-connectors/next
Browse files Browse the repository at this point in the history
Merging next to main as commets have been addressed for release 2.4.0
  • Loading branch information
ishans-crest authored Jun 3, 2022
2 parents 736432f + 49ffc9e commit 831f552
Show file tree
Hide file tree
Showing 29 changed files with 1,555 additions and 189 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/start-release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Start Release
on: workflow_dispatch
on:
workflow_dispatch:
push:
tags:
- '*-beta*'
jobs:
start-release:
runs-on: ubuntu-latest
Expand Down
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.6
rev: v1.13
hooks:
- id: org-hook
- id: package-app-dependencies
- repo: https://github.com/Yelp/detect-secrets
rev: v1.1.0
rev: v1.2.0
hooks:
- id: detect-secrets
args: ['--no-verify', '--exclude-files', '^microsoftteams.json$']
207 changes: 181 additions & 26 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 831f552

Please sign in to comment.