We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa706f6 commit 7840e48Copy full SHA for 7840e48
.github/workflows/security.yml
@@ -0,0 +1,11 @@
1
+name: security
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - master
7
+ pull_request:
8
9
+jobs:
10
+ scan:
11
+ uses: moby/security-scan/.github/workflows/security.yml@main
0 commit comments