Skip to content

Commit 2d854fc

Browse files
BUILD-8718: Shadow scans
Signed-off-by: Jayadeep Kinavoor Madam <[email protected]>
1 parent 52760f7 commit 2d854fc

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Unified Dogfooding scans
2+
on:
3+
schedule:
4+
# Run the workflow every day at 04:00 UTC
5+
- cron: '0 4 * * *'
6+
workflow_dispatch:
7+
8+
jobs:
9+
build:
10+
runs-on: ubuntu-24.04-large
11+
name: Build
12+
permissions:
13+
id-token: write
14+
contents: write
15+
steps:
16+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17+
- uses: SonarSource/ci-github-actions/build-poetry@master # dogfood
18+
with:
19+
run-shadow-scans: true

0 commit comments

Comments
 (0)