Skip to content

Commit

Permalink
runner
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Aug 17, 2024
1 parent e669c7c commit b5b3dc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reporters/ApiReporter.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Azure Pipelines Reporter for MegaLinter
description: Posts MegaLinter SAST results summary in the comments of the related Azure Pipelines pull request (if existing)
---
<!-- markdownlint-disable MD013 MD033 MD041 -->
# API Reporter
# API Reporter (beta)

Send results as logs and metrics to observability tools, like Grafana.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
# API_REPORTER_METRICS_URL: ${{ secrets.API_REPORTER_METRICS_URL }}
# API_REPORTER_METRICS_BASIC_AUTH_USERNAME: ${{ secrets.API_REPORTER_METRICS_BASIC_AUTH_USERNAME }}
# API_REPORTER_METRICS_BASIC_AUTH_PASSWORD: ${{ secrets.API_REPORTER_METRICS_BASIC_AUTH_PASSWORD }}
# API_REPORTER_DEBUG: false

# ADD YOUR CUSTOM ENV VARIABLES HERE TO OVERRIDE VALUES OF
# .mega-linter.yml AT THE ROOT OF YOUR REPOSITORY
Expand Down

0 comments on commit b5b3dc8

Please sign in to comment.