Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/auto-merge-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ jobs:
permissions:
contents: write
pull-requests: write
# Merge with the org App so the merge commit gets a CI run (#450).
# Only these two secrets are passed, not `secrets: inherit`.
secrets:
merge-app-id: ${{ secrets.PROJECT_APP_ID }}
merge-app-private-key: ${{ secrets.PROJECT_APP_PRIVATE_KEY }}
Comment thread
coderabbitai[bot] marked this conversation as resolved.
8 changes: 3 additions & 5 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Security

# Aggregated security scans for skill repos:
# gitleaks — secret scanning. The job and the reusable keep the
# historical `gitleaks` name; the scan itself runs
# betterleaks, which is OSS and needs no license.
# betterleaks — secret scanning (OSS, needs no license).
# zizmor — static analysis of this repo's own workflows.
# dependency-review — on pull requests only.
# composer-audit — `composer audit` AND an Opengrep SAST scan; the called
Expand All @@ -26,8 +24,8 @@
permissions: {}

jobs:
gitleaks:
uses: netresearch/.github/.github/workflows/gitleaks.yml@main
betterleaks:
uses: netresearch/.github/.github/workflows/betterleaks.yml@main
Comment thread
CybotTM marked this conversation as resolved.
permissions:
contents: read
security-events: write
Expand Down
Loading