Skip to content

Commit

Permalink
refactor: increase dependency submission PR creation to 5 per day (#1329
Browse files Browse the repository at this point in the history
)

* refactor: increase dependency submission PR creation to 5 per day

* feat: remove snyk integrator (#1330)

* fix: typos in readmes

* feat: strip out snyk integrator

* feat: remove snyk integrator from repocop
  • Loading branch information
tjsilver authored Nov 14, 2024
1 parent 735acce commit 2cbfe1e
Show file tree
Hide file tree
Showing 25 changed files with 22 additions and 1,044 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,6 @@ jobs:
- packages/interactive-monitor/dist/interactive-monitor.zip
data-audit:
- packages/data-audit/dist/data-audit.zip
snyk-integrator:
- packages/snyk-integrator/dist/snyk-integrator.zip
dependency-graph-integrator:
- packages/dependency-graph-integrator/dist/dependency-graph-integrator.zip
github-actions-usage:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ flowchart TB
dev[P&E Developer]
repocop[Repocop Lambdas]
aws[AWS APIs]
snyk --> |Data from snyk populates Cloudquery tables|cq
github --> |Data from snyk populates Cloudquery tables|cq
aws --> |Data from snyk populates Cloudquery tables|cq
github --> |Data from dependabot populates Cloudquery tables|cq
aws --> |Data from aws populates Cloudquery tables|cq
cq --> |Cloudquery writes data to the DB|DB
DB --> |1 - Cloudquery data is used to calculate departmental compliance with obligations|repocop
repocop --> |2 - Repocop stores compliance information about repos as a table in the cloudquery DB|DB
Expand Down
6 changes: 0 additions & 6 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,6 @@ module.exports = {
setupFilesAfterEnv,
testMatch: ['<rootDir>/packages/interactive-monitor/**/*.test.ts'],
},
{
displayName: 'snyk-integrator',
transform,
setupFilesAfterEnv,
testMatch: ['<rootDir>/packages/snyk-integrator/**/*.test.ts'],
},
{
displayName: 'obligatron',
transform,
Expand Down
5 changes: 1 addition & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2cbfe1e

Please sign in to comment.