Skip to content

ci: auto-merge github-actions group updates (incl. major) #10

ci: auto-merge github-actions group updates (incl. major)

ci: auto-merge github-actions group updates (incl. major) #10

Workflow file for this run

name: Security
on:
push:
branches: ["master"]
pull_request:
schedule:
- cron: "0 6 * * 1"
permissions:
contents: read
jobs:
trivy:
name: Trivy Security Scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Trivy scan (deps, secrets, IaC, Dockerfiles)
uses: aquasecurity/trivy-action@v0.36.0
with:
scan-type: fs
scan-ref: .
scanners: vuln,secret,misconfig
severity: CRITICAL,HIGH
ignore-unfixed: true
format: table
exit-code: "0"