Skip to content

chore(NODE-6195): generate sarif reports during releases #6

chore(NODE-6195): generate sarif reports during releases

chore(NODE-6195): generate sarif reports during releases #6

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
analyze:
name: Generate Sarif Report
runs-on: 'ubuntu-latest'
timeout-minutes: 360
permissions:
# required for all workflows
security-events: write
# required to fetch internal or private CodeQL packs
packages: read
# only required for workflows in private repositories
actions: read
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install
shell: bash
run: npm install
- name: "Export SARIF file from code scanning alerts"
uses: "alcaeus/drivers-github-tools/code-scanning-export@export-code-scanning-report"
with:
ref: f0fbe9159b6df9b2af58e029ee57fdb4b71de0c3
- name: 'asdf'
shell: bash
run: cat code-scanning-alerts.json