Skip to content

fix: log4shell-goof/log4shell-server/pom.xml to reduce vulnerabilities #212

fix: log4shell-goof/log4shell-server/pom.xml to reduce vulnerabilities

fix: log4shell-goof/log4shell-server/pom.xml to reduce vulnerabilities #212

Workflow file for this run

name: Example workflow for Docker using Snyk
on: push
jobs:
security:
runs-on: ubuntu-latest
steps:
- name: Run Snyk to check Docker images for vulnerabilities
uses: snyk/actions/docker@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
image: node:latest
args: --severity-threshold=high