Skip to content

chore(deps): bump aquasecurity/trivy-action from 0.28.0 to 0.29.0 #531

chore(deps): bump aquasecurity/trivy-action from 0.28.0 to 0.29.0

chore(deps): bump aquasecurity/trivy-action from 0.28.0 to 0.29.0 #531

Workflow file for this run

---
name: cicd
on:
push:
branches:
- main
pull_request: {}
workflow_dispatch: {}
jobs:
lint:
uses: ./.github/workflows/lint.yaml
test:
uses: ./.github/workflows/test.yaml
build:
needs:
- lint
- test
uses: ./.github/workflows/build.yaml