Skip to content

Commit

Permalink
Merge pull request #131 from mocdaniel/workflows
Browse files Browse the repository at this point in the history
Adds scheduled scan for better base image(s)
  • Loading branch information
mocdaniel authored Jul 7, 2023
2 parents cf79a91 + be2c5e3 commit 439e4b7
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 439e4b7

Please sign in to comment.