Skip to content

Latest commit

 

History

History

cert-checker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Cert Checker

This action wraps genkiroid/cert in a Dockerfile and outputs the result.

Inputs

Input Required Default Description
cmd true The command to run. See genkiroid/cert for options

Example Usage

Usage (build action):

- name: Run
  uses: ubio/github-actions/cert-checker@master
  with:
    cmd: "-f json api.automationcloud.net"

Usage (optimised):

- name: Run
  uses: docker://automationcloud/cert-checker:latest
  with:
    cmd: "-f json api.automationcloud.net"