Skip to content

Update OpenSSL to 1.1.1v. #125

Update OpenSSL to 1.1.1v.

Update OpenSSL to 1.1.1v. #125

Workflow file for this run

name: Run linters/fixers
on: [push]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # 2.0.0
hadolint:
name: Hadolint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jbergstroem/hadolint-gh-action@eac45b98f6d761309202bd201205a8f8c988bfad # v1.11.0
with:
dockerfile: '**/*Dockerfile'
error_level: '1' # Fail on warning or above.