Skip to content

Commit

Permalink
Comment out the step to upload megalinter reports to security tab - f…
Browse files Browse the repository at this point in the history
…ile too big
  • Loading branch information
jamesrwelch committed Jul 17, 2024
1 parent 666b876 commit c798433
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,12 @@ jobs:
DISABLE_ERRORS: true #Flag to have the linter complete with exit code 0 even if errors were detected.
SARIF_REPORTER: true

# This won't work until the repository is made public
- name: Upload MegaLinter scan results to GitHub Security tab
if: success() || failure()
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: 'megalinter-reports/megalinter-report.sarif'
# This is currently too big for the security tab
# - name: Upload MegaLinter scan results to GitHub Security tab
# if: success() || failure()
# uses: github/codeql-action/upload-sarif@v2
# with:
# sarif_file: 'megalinter-reports/megalinter-report.sarif'


# Upload MegaLinter artifacts
Expand Down

0 comments on commit c798433

Please sign in to comment.