Skip to content

Commit 894c3b1

Browse files
committed
Legger på snyk scan.
1 parent f92319e commit 894c3b1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/snyk.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Snyk vulnerabilities scanning of dependencies
2+
on:
3+
schedule:
4+
- cron: '0 0 * * *'
5+
workflow_dispatch:
6+
push:
7+
branches:
8+
- master
9+
paths:
10+
- '.github/workflows/snyk.yml'
11+
12+
jobs:
13+
snyk:
14+
name: Snyk
15+
uses: navikt/fp-gha-workflows/.github/workflows/snyk.yml@main
16+
with:
17+
build-version: snyk-snapshot
18+
secrets: inherit

0 commit comments

Comments
 (0)