Skip to content

feat(fips): add ohi jmx fips schema (#166) #969

feat(fips): add ohi jmx fips schema (#166)

feat(fips): add ohi jmx fips schema (#166) #969

Workflow file for this run

name: Security Scan
on: [push]
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/golang@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --severity-threshold=high --target-file=publisher --all-projects