Skip to content

CID-21024 Get repo ready to go public #401

CID-21024 Get repo ready to go public

CID-21024 Get repo ready to go public #401

name: Semgrep
on:
pull_request: {}
permissions:
contents: read # Required for actions/checkout
actions: read # Allow upload-sarif to get the action run status
security-events: write # Allow upload-sarif to upload the SARIF file
jobs:
semgrep:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: Workiva/gha-security-scanner@master