feat: reusable proxy/forwarded-header resolution with built-in sanitization (#88) #31
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: CodeQL | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| branches: [main] | |
| schedule: | |
| - cron: '27 4 * * 3' | |
| permissions: | |
| contents: read | |
| jobs: | |
| analyze: | |
| # Centralized in cuioss-organization, matching every other security/CI workflow in this repo. | |
| # build-mode: none avoids building the external-artifact benchmark module during CodeQL scanning. | |
| # The reusable workflow fixes the query suite to +security-and-quality org-wide. | |
| uses: cuioss/cuioss-organization/.github/workflows/reusable-codeql.yml@181cc6a24d4c2b6fe7378b9ac94ac3df4665de7b # v0.7.0 | |
| permissions: | |
| security-events: write | |
| contents: read | |
| actions: read | |
| with: | |
| languages: '["java"]' | |
| build-mode: none |