Skip to content

Commit

Permalink
added continue-on-error: true for sonarcloud gate checks
Browse files Browse the repository at this point in the history
  • Loading branch information
matusso committed Dec 6, 2024
1 parent aed9ab6 commit 8c958cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/metasploit-framework_sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
# SonarCloud Scan for Metasploit Framework
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@v2
uses: SonarSource/sonarcloud-github-action@v4
continue-on-error: true
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mvt-project_sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# SonarCloud Scan for RouterSploit
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@v2
uses: SonarSource/sonarcloud-github-action@v4
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/routersploit_sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
# SonarCloud Scan for RouterSploit
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@v2
uses: SonarSource/sonarcloud-github-action@v4
continue-on-error: true
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
Expand Down

0 comments on commit 8c958cf

Please sign in to comment.