[security] Set docker base image to radarbase/kafka-connect-transform-keyvalue:7.6.0-hotfix #11
This file contains 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
name: Snyk test | ||
on: | ||
pull_request: | ||
branches: [ master, dev ] | ||
jobs: | ||
security: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: snyk/actions/gradle-jdk17@master | ||
name: Run Snyk to check for vulnerabilities | ||
env: | ||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} | ||
with: --all-projects --configuration-matching='^runtimeClasspath$' --org=radar-base --policy-path=$PWD/.snyk | ||
Check failure on line 14 in .github/workflows/snyk.yaml GitHub Actions / Snyk testInvalid workflow file
|