Skip to content

Commit

Permalink
Remove bundle-audit check
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamineskola committed Feb 14, 2025
1 parent 2baa359 commit 4d41c7f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ concurrency:
cancel-in-progress: true

jobs:
bundle-audit:
uses: ./.github/workflows/linters.yml
with:
bundler-audit: true

brakeman:
uses: ./.github/workflows/linters.yml
with:
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ name: Verify
on:
workflow_call:
inputs:
bundler-audit:
type: boolean
default: false
brakeman:
type: boolean
default: false
Expand Down Expand Up @@ -43,11 +40,6 @@ jobs:
node-version-file: .node-version
- run: yarn install

- name: Check bundle for known CVEs
if: ${{ inputs.bundler-audit == true }}
run: |
bundle exec bundler-audit
- name: Analyse code for vulnerabilities
if: ${{ inputs.brakeman == true }}
run: |
Expand Down

0 comments on commit 4d41c7f

Please sign in to comment.