Skip to content

Add changelog note about SDK (#1290) #595

Add changelog note about SDK (#1290)

Add changelog note about SDK (#1290) #595

name: Run Gosec
on: [push, pull_request]
jobs:
gosec:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Checkout source
uses: actions/checkout@v3
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
- name: gosec
run: make security