Giter Site home page Giter Site logo

rmtkcjs / certinfo-action Goto Github PK

View Code? Open in Web Editor NEW

This project forked from atsign-company/certinfo-action

0.0 0.0 0.0 56 KB

GitHub Action to add certinfo binary to the path so that certificates can be checked

License: BSD 3-Clause "New" or "Revised" License

Shell 100.00%

certinfo-action's Introduction

Certinfo Action

This action makes the certinfo tool available to Actions workflows by:

  • Downloading certinfo
  • Adding certinfo to path

So that certificates can be validated as part of a workflow.

Usage

Basic example

name: Certinfo

on:
  push:
    branches: [ main ]
  pull_request:
    branches: [ main ]

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v3
      - uses: atsign-company/certinfo-action@v1

      - name: Get certinfo for root server
        run: certinfo root.atsign.org:64

Version History

v1.0.1

  • Converted action.yml and test.yml from CRLF to LF
  • Bumped checkout to v3 in example

v1.0

  • Promoted to 1.0

v0.6

  • Add RUNNER_TOOL_CACHE to PATH
  • Got it working

v0.5

  • Move certinfo to RUNNER_TOOL_CACHE

v0.4

  • Follow redirects to fetch from GitHub releases

v0.3

  • Updated test workflow

v0.2

  • Made setup.sh executable

v0.1

  • Initial version.

Acknowledgement/Attribution

Certinfo was created by Peter Reisinger (@pete911) and uses the MIT License

LICENSE

Licensed under the BSD 3 clause LICENSE

Maintainers

This project was created by @cpswan

certinfo-action's People

Contributors

cpswan avatar gkc avatar dependabot[bot] avatar rmtkcjs avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.