Skip to content

refactor: replace get_scan_result tuple return with structured VulnSc… #357

refactor: replace get_scan_result tuple return with structured VulnSc…

refactor: replace get_scan_result tuple return with structured VulnSc… #357

name: Semgrep Scan
on: [push]
permissions:
contents: read
jobs:
semgrep:
runs-on: ubuntu-latest
container:
image: semgrep/semgrep
steps:
- name: Checkout this repository
uses: actions/checkout@v4
- name: semgrep scan
run: |
semgrep \
--sarif --output report.sarif \
--metrics=off \
--config="p/default"