CID-21024 Get repo ready to go public #401
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |