Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/workflows/e2e-sonar-integration-gate-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Temporary — validates hellofresh/sonarqube-automation#212's staleness fix
# against a genuinely dormant repo that isn't Sonar-integrated at all. Safe
# to delete; not meant to be merged.
name: "E2E test (temporary): Sonar Integration Gate on a dormant repo"

on:
pull_request:

jobs:
sonar-integration-gate:
uses: hellofresh/sonarqube-automation/.github/workflows/reusable.yml@RES-1145-sonarqube-api-detection
with:
mode: informative
secrets: inherit
Comment on lines +11 to +14
Loading