int128/dependabot-alerts-action
List the Dependabot alerts for a repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Glob pattern of the file path to check for alerts | yes | — |
| package-ecosystem | Glob pattern of package ecosystems (e.g. `NPM`) | yes | — |
| token | GitHub Token | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| dependency-files-json | JSON array of dependency file paths with Dependabot alerts |
| packages-lines | Multiline string in the format of `package-name@version` |
| packages-json | JSON object with package names as keys and versions as values |
| packages-count | Number of packages with Dependabot alerts |