Adding new extra Dimension to include the environment in the metrics and environment filed in the logs #13076
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| # MegaLinter GitHub Action configuration file | |
| # More info at https://oxsecurity.github.io/megalinter | |
| name: mega-linter-yaml | |
| on: | |
| pull_request: | |
| permissions: | |
| contents: read | |
| jobs: | |
| build: | |
| name: mega-linter-yaml | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@v5 | |
| - name: yamllint | |
| uses: oxsecurity/megalinter/flavors/ci_light@v9 |