Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
[Personio] Always scan for CVEs in Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Nov 14, 2022
1 parent 3f3751b commit e9adfdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cve.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: CVE checks docker master
on:
workflow_dispatch:
push:
branches: [ "main" ]
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 8 15 * *'
Expand Down

0 comments on commit e9adfdf

Please sign in to comment.