Skip to content

Improve maintainability. #10

Improve maintainability.

Improve maintainability. #10

Workflow file for this run

# eustasy/.Normal 4.0beta9
name: Normal (Security)
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
security:
name: Security scan
runs-on: ubuntu-latest
steps:
- name: Checkout (full history for gitleaks)
uses: actions/checkout@v6
with:
fetch-depth: 0
persist-credentials: false
- uses: qltysh/qlty-action/install@a19242102d17e497f437d7466aa01b528537e899 # v2.2.0
- name: Security scan
run: qlty check --all --no-formatters --filter=gitleaks,trivy,osv-scanner