Skip to content

Commit

Permalink
Add .github/workflows/docker-eol-scan-reuseable.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mlgualtieri committed Aug 18, 2023
1 parent 65848d7 commit 2a97f89
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/docker-eol-scan-reuseable.yml
@@ -0,0 +1,15 @@
# GitHub Action to call workflow that checks if a Dockerfile is using an
# End-of-Life container
#
# Author: Mike Gualtieri <mike.gualtieri@netlify.com>
#

name: Scanning for end-of-life Docker images

on: [push]

jobs:
call-workflow-docker-eol-scan:
uses: netlify/security-workflows/.github/workflows/docker-eol-scan.yml@main
with:
soon: 0

0 comments on commit 2a97f89

Please sign in to comment.