Sha256: 71790e22b35ed66e466feac5273c79d8cc10d0a3c594a039eb9c723005bd7222

Contents?: true

Size: 520 Bytes

Versions: 8

Compression:

Stored size: 520 Bytes

Contents

name: Semgrep

on:
  pull_request: {}

  push:
    branches:
      - master
      - main

  schedule:
    - cron: '0 * * * *'

jobs:
  semgrep:
    name: Scan
    runs-on: ubuntu-latest
    container:
      image: returntocorp/semgrep
    if: (github.repository_owner == 'auth0')
    
    steps:
      - uses: actions/checkout@v3

      - if: github.event.pull_request.draft == false && github.actor != 'dependabot[bot]'
        run: semgrep ci
        env:
          SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
auth0-5.14.1 .github/workflows/semgrep.yml
auth0-5.14.0 .github/workflows/semgrep.yml
auth0-5.13.0 .github/workflows/semgrep.yml
auth0-5.12.0 .github/workflows/semgrep.yml
auth0-5.11.0 .github/workflows/semgrep.yml
auth0-5.10.0 .github/workflows/semgrep.yml
auth0-5.9.0 .github/workflows/semgrep.yml
auth0-5.8.1 .github/workflows/semgrep.yml