Skip to content

Merge pull request #51 from soerenschneider/renovate/b4bz-homer-24.x #83

Merge pull request #51 from soerenschneider/renovate/b4bz-homer-24.x

Merge pull request #51 from soerenschneider/renovate/b4bz-homer-24.x #83

---
name: "security-scanners"
on:
push:
branches:
- "master"
- "main"
pull_request: {}
workflow_dispatch: {}
jobs:
trivy:
name: "trivy"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- name: "Run Trivy vulnerability scanner in fs mode"
uses: "aquasecurity/trivy-action@master"
with:
scan-type: "fs"
scan-ref: "."
trivy-config: "trivy.yaml"
gitleaks:
name: "gitleaks"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
with:
fetch-depth: 0
- uses: "gitleaks/gitleaks-action@v2"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}