Skip to content

Use json.Marshal to avoid adding extra newline at end of Coastal body. #1127

Use json.Marshal to avoid adding extra newline at end of Coastal body.

Use json.Marshal to avoid adding extra newline at end of Coastal body. #1127

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 }}