Update aquasecurity/trivy-action action to v0.34.2 #1724
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Renovate validation | |
| on: | |
| push: | |
| branches: | |
| - master | |
| pull_request: | |
| types: | |
| - opened | |
| - synchronize | |
| - reopened | |
| jobs: | |
| renovate-config-validator: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v6.0.2 | |
| - name: Validate Renovate Configuration with renovate-config-validator | |
| shell: bash | |
| run: docker run --rm -v $(pwd):/app -w /app renovate/renovate renovate-config-validator --strict renovate.json |