Skip to content

Bump aquasecurity/trivy-action from 0.20.0 to 0.29.0 #35

Bump aquasecurity/trivy-action from 0.20.0 to 0.29.0

Bump aquasecurity/trivy-action from 0.20.0 to 0.29.0 #35

Workflow file for this run

---
name: "Ansible Lint"
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
token: ${{ secrets.AUTOMATION_PAT }}
- name: 'Ansible Lint'
uses: ansible/ansible-lint@v24.9.2