Skip to content

Fix empty name on package #147

Fix empty name on package

Fix empty name on package #147

Workflow file for this run

name: SAST
on:
pull_request:
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep
# Skip any PR created by dependabot to avoid permission issues:
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v4
- run: semgrep --config=p/ci --config=p/golang --error --metrics=off