Skip to content

[release/v2.7.x] ci: Include source-watcher in the e2e test suite #5950

[release/v2.7.x] ci: Include source-watcher in the e2e test suite

[release/v2.7.x] ci: Include source-watcher in the e2e test suite #5950

Workflow file for this run

name: scan
on:
workflow_dispatch:
push:
branches: [ 'main', 'release/**' ]
pull_request:
branches: [ 'main', 'release/**' ]
schedule:
- cron: '18 10 * * 3'
permissions: read-all
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/[email protected]
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}
fossa-token: ${{ secrets.FOSSA_TOKEN }}