diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..61e4c34 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +bun.lock -merge linguist-vendored diff --git a/.github/workflows/lisan-al-gaib.yaml b/.github/workflows/lisan-al-gaib.yaml new file mode 100644 index 0000000..97321e6 --- /dev/null +++ b/.github/workflows/lisan-al-gaib.yaml @@ -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' + diff --git a/bunfig.toml b/bunfig.toml new file mode 100644 index 0000000..07d0574 --- /dev/null +++ b/bunfig.toml @@ -0,0 +1,3 @@ +[install] +minimumReleaseAge = 1209600 +minimumReleaseAgeExcludes = ["@runloop/api-client"]