Skip to content

CDPCP-14548 - code clean up for security checker #7

CDPCP-14548 - code clean up for security checker

CDPCP-14548 - code clean up for security checker #7

Workflow file for this run

name: Security Scan
on:
pull_request:
branches:
- main
jobs:
tests:
name: 'Gosec scan'
runs-on: ubuntu-latest
env:
GO111MODULE: on
GOFLAGS: -buildvcs=false
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: -exclude-generated -exclude-dir=cdp-sdk-go/gen -exclude-dir=mocks ./...