-
Notifications
You must be signed in to change notification settings - Fork 0
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
10 sonarqube #11
Conversation
.github/workflows/yaml-lint.yaml
Outdated
@@ -0,0 +1,13 @@ | |||
name: reviewdog-yaml |
There was a problem hiding this comment.
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)
.github/workflows/yaml-lint.yaml
Outdated
@@ -0,0 +1,13 @@ | |||
name: reviewdog-yaml | |||
on: [pull_request] |
There was a problem hiding this comment.
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)
.github/workflows/yaml-lint.yaml
Outdated
uses: reviewdog/action-yamllint@v1 | ||
with: | ||
github_token: ${{ secrets.REVIEW_DOG }} | ||
reporter: github-pr-review |
There was a problem hiding this comment.
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)
.github/workflows/secrets.yaml
Outdated
@@ -0,0 +1,12 @@ | |||
name: reviewdog-secrets |
There was a problem hiding this comment.
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)
.github/workflows/secrets.yaml
Outdated
@@ -0,0 +1,12 @@ | |||
name: reviewdog-secrets | |||
on: [pull_request] |
There was a problem hiding this comment.
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: |
There was a problem hiding this comment.
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 | ||
|
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 }} | ||
|
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
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. |
No description provided.