Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

chore(deps): update module github.com/hashicorp/go-getter to v1.7.5 [security] #149

chore(deps): update module github.com/hashicorp/go-getter to v1.7.5 [security]

chore(deps): update module github.com/hashicorp/go-getter to v1.7.5 [security] #149

Workflow file for this run

name: linters
on:
pull_request:
branches: [ '*' ]
push:
branches:
- "main"
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v6
with:
configFile: .commitlintrc.mjs
token: ${{ secrets.GITHUB_TOKEN }}
shell-linters:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ludeeus/action-shellcheck@master
hadolint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: Dockerfile
recursive: true