Skip to content

Commit

Permalink
Merge pull request #32 from splunk-soar-connectors/next
Browse files Browse the repository at this point in the history
Merging next to main for release 3.7.0
  • Loading branch information
pdesai-crest authored Aug 24, 2022
2 parents 22935fe + 9b4af47 commit 31d8961
Show file tree
Hide file tree
Showing 11 changed files with 527 additions and 243 deletions.
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 }}
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/phantomcyber/dev-cicd-tools
rev: v1.12
rev: v1.13
hooks:
- id: org-hook
- id: package-app-dependencies
Expand Down
79 changes: 54 additions & 25 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 31d8961

Please sign in to comment.