You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Install Certinfo
v1.0
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.
name: Certinfo
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: atsign-company/certinfo-action@v1
- name: Get certinfo for root server
run: certinfo root.atsign.org:64
- Promoted to 1.0
- Add RUNNER_TOOL_CACHE to PATH
- Got it working
- Move certinfo to RUNNER_TOOL_CACHE
- Follow redirects to fetch from GitHub releases
- Updated test workflow
- Made setup.sh executable
- Initial version.
Certinfo was created by Peter Reisinger (@pete911)[https://github.com/pete911] and uses the MIT License
Licensed under the BSD 3 clause LICENSE
This project was created by @cpswan