Skip to content

Commit

Permalink
Adds scheduled scan for better base image(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
mocdaniel committed Jul 7, 2023
1 parent cf79a91 commit be2c5e3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/recommend-base.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Recommend Base Image Improvements

on:
schedule:
cron: '0 0 1 */1 *'
workflow_dispatch: {}

jobs:
recommendations:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Docker Scout
id: docker-scout
uses: docker/[email protected]
with:
command: recommendations
image: dbodky/dashing-icinga2:latest

0 comments on commit be2c5e3

Please sign in to comment.