Merge pull request #1586 from dipti-pai/direct-source-fetch #2836
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: scan | |
| on: | |
| push: | |
| branches: [ main ] | |
| pull_request: | |
| branches: [ main ] | |
| schedule: | |
| - cron: '18 10 * * 3' | |
| jobs: | |
| analyze: | |
| permissions: | |
| contents: read # for reading the repository code. | |
| security-events: write # for uploading the CodeQL analysis results. | |
| uses: fluxcd/gha-workflows/.github/workflows/code-scan.yaml@v0.6.0 | |
| secrets: | |
| github-token: ${{ secrets.GITHUB_TOKEN }} | |
| fossa-token: ${{ secrets.FOSSA_TOKEN }} |