Skip to content

fix: disable osv-scanner Go call analysis to prevent OOM kills #354

fix: disable osv-scanner Go call analysis to prevent OOM kills

fix: disable osv-scanner Go call analysis to prevent OOM kills #354

Workflow file for this run

---
name: golang
"on": pull_request
permissions:
contents: read
packages: read
jobs:
mcvs-golang-action:
strategy:
matrix:
args:
- testing-type: opa
- testing-type: security-golang-modules
- testing-type: security-grype
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: ./
with:
task-install: yes
testing-type: ${{ matrix.args.testing-type }}