Skip to content

Commit

Permalink
Copied assets/org.yml to .github to enable fixing the required workfl…
Browse files Browse the repository at this point in the history
…ow failures
  • Loading branch information
wknapik committed Sep 28, 2023
1 parent d46f1ac commit 3516501
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/org.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: security
on:
workflow_dispatch:
push:
branches: [main, master, staging, development, devel, dev, prod]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches: [main, master, staging, development, devel, dev]
merge_group:
permissions:
contents: read
pull-requests: write
jobs:
security:
name: security
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: brave/security-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
slack_token: ${{ secrets.HOTSPOTS_SLACK_TOKEN }}

0 comments on commit 3516501

Please sign in to comment.