Skip to content

chore(ci): add trivy #457

chore(ci): add trivy

chore(ci): add trivy #457

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
schedule:
- cron: '0 3 * * 1'
workflow_dispatch: # Allow manual trigger
jobs:
lint:
name: lint
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
args: --timeout 120s --max-same-issues 50
# - name: Install mdsf
# uses: hougesen/mdsf@main
# - name: Run mdsf
# run: mdsf --debug --log-level warn docs/