Skip to content

Merge pull request #121 from lpsm-dev/renovate/actions-setup-go-4.x #221

Merge pull request #121 from lpsm-dev/renovate/actions-setup-go-4.x

Merge pull request #121 from lpsm-dev/renovate/actions-setup-go-4.x #221

Workflow file for this run

name: CI
on:
push:
branches: [main]
jobs:
test:
name: Test
runs-on: ubuntu-20.04
steps:
- name: Check out code from GitHub
uses: actions/checkout@v3.3.0
with:
fetch-depth: 0
- name: Secret Detection
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_CONFIG: ${{ github.workspace }}/.github/config/.gitleaks.toml
GITLEAKS_ENABLE_COMMENTS: true
continue-on-error: false
- name: Hadolint
uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: Dockerfile
config: ${{ github.workspace }}/.github/config/.hadolint.yaml