Sha256: 7f630ea32a1ad73ad643b5a1a936ddd570ba9174d0753fbb244215e6789eca0f

Contents?: true

Size: 828 Bytes

Versions: 13

Compression:

Stored size: 828 Bytes

Contents

name: Ruby and Javascript dependency scans

on:
  push:
    branches: [ main ]
    paths-ignore:
      - 'doc/**'
      - 'README.md'
  pull_request:
    branches: [ main ]
  schedule:
    # cron format: 'minute hour dayofmonth month dayofweek'
    # this will run at noon UTC every day (7am EST / 8am EDT)
    - cron: '0 12 * * *'

jobs:
  bundle-audit:
    name: Bundle audit
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v2

      - uses: ./.github/actions/setup-languages

      - name: Update advisory database and run checks
        run: bundle exec rake bundler:audit

  yarn-audit:
    name: Yarn audit
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v2

      - uses: ./.github/actions/setup-languages

      - name: Run yarn audit
        run: bundle exec rake yarn:audit

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
rails_template_18f-0.7.2 lib/generators/rails_template18f/github_actions/templates/github/workflows/dependency-scans.yml
rails_template_18f-0.7.1 lib/generators/rails_template18f/github_actions/templates/github/workflows/dependency-scans.yml
rails_template_18f-0.7.0 lib/generators/rails_template18f/github_actions/templates/github/workflows/dependency-scans.yml
rails_template_18f-0.6.0 lib/generators/rails_template18f/github_actions/templates/github/workflows/dependency-scans.yml
rails_template_18f-0.5.3 lib/generators/rails_template18f/github_actions/templates/github/workflows/dependency-scans.yml
rails_template_18f-0.5.2 lib/generators/rails_template18f/github_actions/templates/github/workflows/dependency-scans.yml
rails_template_18f-0.5.1 lib/generators/rails_template18f/github_actions/templates/github/workflows/dependency-scans.yml
rails_template_18f-0.5.0 lib/generators/rails_template18f/github_actions/templates/github/workflows/dependency-scans.yml
rails_template_18f-0.4.1 lib/generators/rails_template18f/github_actions/templates/github/workflows/dependency-scans.yml
rails_template_18f-0.4.0 lib/generators/rails_template18f/github_actions/templates/github/workflows/dependency-scans.yml
rails_template_18f-0.3.0 lib/generators/rails_template18f/github_actions/templates/github/workflows/dependency-scans.yml
rails_template_18f-0.2.0 lib/generators/rails_template18f/github_actions/templates/github/workflows/dependency-scans.yml
rails_template_18f-0.1.0 lib/generators/rails_template18f/github_actions/templates/github/workflows/dependency-scans.yml