Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

fix: failed cross-platform build #162

fix: failed cross-platform build

fix: failed cross-platform build #162

Workflow file for this run

name: Review
on:
push:
paths:
- '**.go'
pull_request:
branches:
- master
- v2
- development
jobs:
review:
name: Code Review
runs-on: ubuntu-latest
if: startsWith(github.head_ref, 'dependabot/') == false
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Run Semgrep
uses: returntocorp/semgrep-action@v1
with:
config: |
p/ci
p/owasp-top-ten
p/golang
p/command-injection
p/security-audit
p/secrets