Skip to content

Commit 8b523bf

Browse files
authored
Update vulnerability-scanner.yaml - improve naming
1 parent a07b8e8 commit 8b523bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/vulnerability-scanner.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: build
1+
name: Scans container images
22
on:
33
schedule:
44
- cron: '0 0 */14 * 6' # Run every 14 days on Saturday at midnight
55
workflow_dispatch:
66
jobs:
77
build:
8-
name: Build
8+
name: Scan
99
runs-on: ubuntu-24.04
1010
steps:
1111
- name: Run Trivy vulnerability scanner

0 commit comments

Comments
 (0)