Sha256: ff4681c02d0c20ac3b0ef88ea9d610e43db5e373b5b8011e712d50899f31c242

Contents?: true

Size: 960 Bytes

Versions: 1

Compression:

Stored size: 960 Bytes

Contents

######################################################################################################################
# THIS FILE IS AUTOGENERATED. SEE https://github.com/fishbrain/terraform/blob/master/repositories/semgrep.tf         #
######################################################################################################################
name: Semgrep
on:
  workflow_dispatch: {}
  pull_request: {}
  push:
    branches:
      - main
      - master
    paths:
      - .github/workflows/semgrep.yml
  schedule:
    - cron: "0 2 * * 0" # Once a week at 2am.

jobs:
  semgrep:
    name: Semgrep
    runs-on: warp-ubuntu-latest-x64-2x
    timeout-minutes: 15 # There's been issues with some runs hanging. This times out after 15 minutes instead of the default 360.
    env:
      SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
    container:
      image: semgrep/semgrep
    steps:
      - uses: actions/checkout@v4
      - run: semgrep ci

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
administrate-field-belongs_to_search-0.10.0 .github/workflows/semgrep.yml