fix: rename resources:get column title to Container #339
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@v7 | |
| with: | |
| fetch-depth: 0 | |
| - name: Dependency Review | |
| uses: actions/dependency-review-action@v5 | |
| - name: Scan for secrets | |
| # Tracks main intentionally: trufflehog ships only specific patch tags | |
| # (no moving v3 tag), and as a secret scanner we want each run to use | |
| # the latest detector set. | |
| uses: trufflesecurity/trufflehog@main | |
| with: | |
| extra_args: --only-verified |