Skip to content

Add logging to when intializing Coastal. #1126

Add logging to when intializing Coastal.

Add logging to when intializing Coastal. #1126

Workflow file for this run

name: Snyk
on: push
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/golang@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}