GitHub Action
Install Certinfo
v1.0.1
Latest version
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@v3
- uses: atsign-company/certinfo-action@v1
- name: Get certinfo for root server
run: certinfo root.atsign.org:64
- Converted action.yml and test.yml from CRLF to LF
- Bumped checkout to v3 in example
- 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) and uses the MIT License
Licensed under the BSD 3 clause LICENSE
This project was created by @cpswan