Skip to content

Commit

Permalink
🤖 CI: Re-enable Snyk code scans for any pushes to the main branches
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelborn committed Feb 21, 2024
1 parent b6225e0 commit 22abed7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/security.yml
@@ -1,6 +1,14 @@
name: Snyk Vulnerability Scan

on:
push:
branches:
- master
- main
- development
- release/**
workflow_dispatch:
# Reusable workflow : Usually called by a `snapshot` workflow
workflow_call:


Expand Down

0 comments on commit 22abed7

Please sign in to comment.