Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

ci: Add Snyk vulnerability scanning (NERDS-174) #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: snyk-go
permissions:
contents: read

on:
push:
branches:
- main
- master
pull_request:
types:
- opened
- edited
- synchronize

jobs:
repository-snyk-go:
name: repository-snyk-go
uses: honestbank/workflows/.github/workflows/shared-snyk-go.yaml@main
with:
org_id: 8a07b336-2638-4096-8c8c-25f891be99e8
secrets: inherit
Loading