Skip to content

chore(deps): bump aquasecurity/trivy-action from 0.13.0 to 0.14.0 #419

chore(deps): bump aquasecurity/trivy-action from 0.13.0 to 0.14.0

chore(deps): bump aquasecurity/trivy-action from 0.13.0 to 0.14.0 #419

Workflow file for this run

---
name: Linting - YAML
# Split until path filtering for jobs added
# https://github.community/t/path-filtering-for-jobs-and-steps/16447
on:
push:
branches: [master]
paths:
- "**.yml"
- "**.yaml"
pull_request:
branches: [master]
paths:
- "**.yml"
- "**.yaml"
jobs:
yamllint:
name: yamllint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run yamllint
uses: reviewdog/action-yamllint@v1