Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bun.lock -merge linguist-vendored
26 changes: 26 additions & 0 deletions .github/workflows/lisan-al-gaib.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: "Dependency Check"
on:
push:
branches: [main]
paths:
- .github/workflows/lisan-al-gaib.yaml
- bun.lock
pull_request:

permissions:
contents: read

jobs:
check:
runs-on: ubuntu-slim
steps:
- uses: runloopai/checkout@main

- uses: runloopai/lisan-al-gaib-action@main
with:
ecosystems: npm,actions
bypass-keyword: cve-fix
age-overrides: |
npm:
- '@runloop/api-client'

3 changes: 3 additions & 0 deletions bunfig.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[install]
minimumReleaseAge = 1209600
minimumReleaseAgeExcludes = ["@runloop/api-client"]
Loading