Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

A github action that checks for open dependabot alerts in the repository before allowing a workflow to proceed

License

Notifications You must be signed in to change notification settings

ketch-com/check-vulnerabilities

Repository files navigation

check-vulnerabilities

A github action that checks for open dependabot alerts in the repository before allowing a workflow to proceed.

Usage

- name: Check for Dependabot alerts
  uses: ketch-com/[email protected]
  with:
    github-token: ${{ secrets.GITHUB_TOKEN }}
    fail-threshold: 'moderate' # You can set this to 'low', 'moderate', 'high', or 'critical'

About

A github action that checks for open dependabot alerts in the repository before allowing a workflow to proceed

Resources

License

Stars

Watchers

Forks

Packages

No packages published