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