Skip to content

fix(sbom): don't audit the scanned project as one of its own dependen… #39

fix(sbom): don't audit the scanned project as one of its own dependen…

fix(sbom): don't audit the scanned project as one of its own dependen… #39

Workflow file for this run

name: "Standard"
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
standard:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v7
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '4.0'
bundler-cache: true
- name: Standard run
run: bundle exec standardrb