Skip to content

Bump aquasecurity/trivy-action from 0.18.0 to 0.19.0 #19

Bump aquasecurity/trivy-action from 0.18.0 to 0.19.0

Bump aquasecurity/trivy-action from 0.18.0 to 0.19.0 #19

Workflow file for this run

name: Auto-Merge Dependabot PRs
on:
pull_request:
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.GH_TOKEN }}