Sha256: 90ba7ea73284346f78e0bd948a78f8b27ed586857d0aaab6e3842fa410bcaffd
Contents?: true
Size: 419 Bytes
Versions: 2
Compression:
Stored size: 419 Bytes
Contents
name: Semgrep on: pull_request: {} push: branches: ["master", "main"] schedule: - cron: '30 0 1,15 * *' jobs: semgrep: name: Scan runs-on: ubuntu-latest container: image: returntocorp/semgrep if: (github.actor != 'dependabot[bot]') steps: - uses: actions/checkout@v3 - run: semgrep ci env: SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
omniauth-auth0-3.1.1 | .github/workflows/semgrep.yml |
omniauth-auth0-3.1.0 | .github/workflows/semgrep.yml |