Skip to content

LGA-2991 - Disable indexing and whitelisting of Non-Production environments #501

LGA-2991 - Disable indexing and whitelisting of Non-Production environments

LGA-2991 - Disable indexing and whitelisting of Non-Production environments #501

Workflow file for this run

on:
pull_request: {}
push:
branches:
- main
- master
name: Semgrep
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: returntocorp/semgrep-action@v1
with:
auditOn: push
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}
publishDeployment: 1605
generateSarif: "1"
# Upload SARIF file generated in previous step
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: semgrep.sarif
if: always()