Skip to content

Commit

Permalink
ci: Add Snyk vulnerability scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyrajan committed Jan 25, 2024
1 parent 74b6707 commit 2aa2214
Showing 1 changed file with 22 additions and 0 deletions.
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

0 comments on commit 2aa2214

Please sign in to comment.