Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable sonarscan for dependabot #22

Merged
merged 1 commit into from
Dec 23, 2022
Merged

Disable sonarscan for dependabot #22

merged 1 commit into from
Dec 23, 2022

Conversation

jspc
Copy link
Contributor

@jspc jspc commented Dec 23, 2022

Dependabot PRs don't have access to build secrets, such as the token we need to use to authenticate with sonarcloud.

The current dependabot workflow requires us to manually check each PR to ensure only the sonarcloud step failed (and that stuff like tests are fine) which causes friction and toil.

This change will allow us to even go as far as automerging dependabot, should we want to- our dependabot PRs will actually become useful and friction-free

Dependabot PRs don't have access to build secrets, such as the token we
need to use to authenticate with sonarcloud.

The current dependabot workflow requires us to manually check each PR to
ensure only the sonarcloud step failed (and that stuff like tests are
fine) which causes friction and toil.

This change will allow us to even go as far as automerging dependabot,
should we want to- our dependabot PRs will actually become useful and
friction-free
@sonarcloud
Copy link

sonarcloud bot commented Dec 23, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@jspc jspc merged commit d4117a2 into main Dec 23, 2022
@jspc jspc deleted the disable_sonar_on_dependabot branch December 23, 2022 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant