We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5802e3f commit c85b6e5Copy full SHA for c85b6e5
1 file changed
.github/workflows/container-scanning.yml
@@ -3,6 +3,7 @@ run-name: ${{ github.actor }} is vulnerability scanning Container
3
on:
4
schedule:
5
- cron: '0 0 * * *'
6
+ workflow_dispatch:
7
jobs:
8
scan-for-container-vulnerabilty:
9
runs-on: ubuntu-latest
0 commit comments