Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Update README.md to clarify details on OTel Micrometer Shim #70

Update README.md to clarify details on OTel Micrometer Shim

Update README.md to clarify details on OTel Micrometer Shim #70

Workflow file for this run

name: Snyk check
on: push
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/gradle-jdk11@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: monitor