This commit is contained in:
CrazyMax 2025-05-26 14:03:36 +12:00 committed by GitHub
commit 3cb86a4af4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 25 additions and 0 deletions

25
.github/workflows/octoguard.yml vendored Normal file
View File

@ -0,0 +1,25 @@
name: octoguard
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
workflow_dispatch:
push:
branches:
- 'master'
- 'v[0-9]*'
pull_request:
permissions:
contents: read
actions: read
jobs:
octoguard:
uses: docker/octoguard/.github/workflows/octoguard.yml@v1
permissions:
contents: read
actions: read
security-events: write