Skip to content

Commit 95d2fb8

Browse files
committed
ci: octoguard
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent f8de3c3 commit 95d2fb8

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/workflows/octoguard.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: octoguard
2+
3+
concurrency:
4+
group: ${{ github.workflow }}-${{ github.ref }}
5+
cancel-in-progress: true
6+
7+
on:
8+
workflow_dispatch:
9+
push:
10+
branches:
11+
- 'master'
12+
- 'v[0-9]*'
13+
pull_request:
14+
15+
permissions:
16+
contents: read
17+
actions: read
18+
19+
jobs:
20+
octoguard:
21+
uses: docker/octoguard/.github/workflows/octoguard.yml@v1
22+
permissions:
23+
contents: read
24+
actions: read
25+
security-events: write

0 commit comments

Comments
 (0)