We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a337b2c commit 67db934Copy full SHA for 67db934
1 file changed
.github/workflows/release-vulnerabilities.yaml
@@ -0,0 +1,12 @@
1
+name: Vulnerability Check of Latest Release/Tag
2
+
3
+on:
4
+ workflow_dispatch: # allow to trigger manually
5
+ schedule:
6
+ - cron: "35 9 * * 1" # run a check once a week
7
8
+jobs:
9
+ osv-check:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: mxmehl/latest-release-vulnerability-status@v1
0 commit comments