Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable DependencyReview GitHub Action 🔍 📦 #4

Closed
JamieSlome opened this issue Aug 9, 2024 · 1 comment
Closed

Enable DependencyReview GitHub Action 🔍 📦 #4

JamieSlome opened this issue Aug 9, 2024 · 1 comment
Assignees
Labels
good first issue Good for newcomers

Comments

@JamieSlome
Copy link
Member

The dependency review action scans your pull requests for dependency changes, and will raise an error if any vulnerabilities or invalid licenses are being introduced. The action is supported by an API endpoint that diffs the dependencies between any two revisions on your default branch.

name: 'Dependency Review'
on: [pull_request]

permissions:
  contents: read

jobs:
  dependency-review:
    runs-on: ubuntu-latest
    steps:
      - name: 'Checkout Repository'
        uses: actions/checkout@v4
      - name: 'Dependency Review'
        uses: actions/dependency-review-action@v4
@JamieSlome JamieSlome added the good first issue Good for newcomers label Aug 9, 2024
@JamieSlome JamieSlome self-assigned this Aug 16, 2024
@JamieSlome
Copy link
Member Author

Addressed in #5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant