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

10 sonarqube #11

Merged
merged 18 commits into from
Apr 18, 2024
Merged

10 sonarqube #11

merged 18 commits into from
Apr 18, 2024

Conversation

m1xxos
Copy link
Owner

@m1xxos m1xxos commented Apr 17, 2024

No description provided.

@m1xxos m1xxos linked an issue Apr 17, 2024 that may be closed by this pull request
@m1xxos m1xxos self-assigned this Apr 18, 2024
@@ -0,0 +1,13 @@
name: reviewdog-yaml
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[yamllint] reported by reviewdog 🐶
[warning] missing document start "---" (document-start)

@@ -0,0 +1,13 @@
name: reviewdog-yaml
on: [pull_request]
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[yamllint] reported by reviewdog 🐶
[warning] truthy value should be one of [false, true] (truthy)

uses: reviewdog/action-yamllint@v1
with:
github_token: ${{ secrets.REVIEW_DOG }}
reporter: github-pr-review
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[yamllint] reported by reviewdog 🐶
[error] no new line character at the end of file (new-line-at-end-of-file)

@@ -0,0 +1,12 @@
name: reviewdog-secrets
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[yamllint] reported by reviewdog 🐶
[warning] missing document start "---" (document-start)

@@ -0,0 +1,12 @@
name: reviewdog-secrets
on: [pull_request]
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[yamllint] reported by reviewdog 🐶
[warning] truthy value should be one of [false, true] (truthy)

@@ -0,0 +1,29 @@
name: Sonar

on:
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[yamllint] reported by reviewdog 🐶
[warning] truthy value should be one of [false, true] (truthy)

build:
name: Analyze
runs-on: ubuntu-latest

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[yamllint] reported by reviewdog 🐶
[error] line too long (96 > 80 characters) (line-length)

with:
packages: |
ansible
ansible-dev-tools
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)

env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[yamllint] reported by reviewdog 🐶
[error] too many blank lines (1 > 0) (empty-lines)

namespace: sonarqube
port: 9000
tls:
secretName: m1xxos-me
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [detect-secrets] reported by reviewdog 🐶

  • Secret Keyword

name: m1xxos-me
namespace: dev
spec:
secretName: m1xxos-me
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [detect-secrets] reported by reviewdog 🐶

  • Secret Keyword

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@m1xxos m1xxos merged commit 250424e into main Apr 18, 2024
4 checks passed
@m1xxos m1xxos deleted the 10-sonarqube branch April 18, 2024 22:42
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.

SonarQube
1 participant