We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a07b8e8 commit 8b523bfCopy full SHA for 8b523bf
1 file changed
.github/workflows/vulnerability-scanner.yaml
@@ -1,11 +1,11 @@
1
-name: build
+name: Scans container images
2
on:
3
schedule:
4
- cron: '0 0 */14 * 6' # Run every 14 days on Saturday at midnight
5
workflow_dispatch:
6
jobs:
7
build:
8
- name: Build
+ name: Scan
9
runs-on: ubuntu-24.04
10
steps:
11
- name: Run Trivy vulnerability scanner
0 commit comments