Skip to content

Vulnerabilities scanning of dependencies #530

Vulnerabilities scanning of dependencies

Vulnerabilities scanning of dependencies #530

Workflow file for this run

name: Vulnerabilities scanning of dependencies
on:
push:
branches:
- main
schedule:
- cron: '0 3 * * *'
env:
IMAGE: navikt/k9-brukerdialog-cache:${{ github.sha }}
GITHUB_USERNAME: x-access-token
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/gradle@master
with:
command: monitor
args: --org=dusseldorf --configuration-matching="^runtimeClasspath$|^compileClasspath$" --project-name=${{ github.repository }} --remote-repo-url=https://github.com/${{ github.repository }}.git