Skip to content

Commit

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

name: Scanning for Docker images that will be end-of-life soon

on: [push]

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

0 comments on commit 78ac9e5

Please sign in to comment.