We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8de3c3 commit 95d2fb8Copy full SHA for 95d2fb8
.github/workflows/octoguard.yml
@@ -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
24
25
+ security-events: write
0 commit comments