This repository was archived by the owner on Apr 27, 2026. It is now read-only.
Add autoscaling support validation for all service types #364
Workflow file for this run
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: Security | |
| on: [pull_request] | |
| permissions: | |
| contents: read | |
| jobs: | |
| check: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| with: | |
| fetch-depth: 0 | |
| - name: 'Dependency Review' | |
| uses: actions/dependency-review-action@v4 | |
| - name: 'Scan for secrets' | |
| uses: trufflesecurity/trufflehog@main | |
| with: | |
| extra_args: --only-verified |