Skip to content

Bump aquasecurity/trivy-action from 0.13.0 to 0.13.1 #5

Bump aquasecurity/trivy-action from 0.13.0 to 0.13.1

Bump aquasecurity/trivy-action from 0.13.0 to 0.13.1 #5

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 }}