Skip to content

Commit 8da8197

Browse files
dev: megalinter api reporter only in workflow config
1 parent b63c9ff commit 8da8197

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/config/megalinter.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ PARALLEL: true
1515

1616
# ENABLE specific linters, all other linters automatically disabled
1717
ENABLE:
18-
- API_REPORTER
1918
- CLOJURE
2019
- CREDENTIALS
2120
- DOCKERFILE
@@ -90,13 +89,6 @@ SHOW_ELAPSED_TIME: true
9089
FILEIO_REPORTER: false
9190

9291
# Grafana Dashboard Connections - GitHub Organization secrets
93-
API_REPORTER: true
94-
API_REPORTER_URL: ${{ secrets.API_REPORTER_URL }}
95-
API_REPORTER_BASIC_AUTH_USERNAME: ${{ secrets.API_REPORTER_BASIC_AUTH_USERNAME }}
96-
API_REPORTER_BASIC_AUTH_PASSWORD: ${{ secrets.API_REPORTER_BASIC_AUTH_PASSWORD }}
97-
API_REPORTER_METRICS_URL: ${{ secrets.API_REPORTER_METRICS_URL }}
98-
API_REPORTER_METRICS_BASIC_AUTH_USERNAME: ${{ secrets.API_REPORTER_METRICS_BASIC_AUTH_USERNAME }}
99-
API_REPORTER_METRICS_BASIC_AUTH_PASSWORD: ${{ secrets.API_REPORTER_METRICS_BASIC_AUTH_PASSWORD }}
10092
API_REPORTER_DEBUG: true
10193

10294
# ------------------------

0 commit comments

Comments
 (0)