actions-marketplace-validations/OPG Repository Scanner
This action scans the repository for manifest & lock files and generates a series of reports for visibility
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository_name | Repository name with owner, used for reporting only. For example, ministryofjustice/opg-repository-scanner | — | ${{ github.repository }} |
| source_directory | Directory to use as the base for scanning. | no | ${{ github.workspace }} |
| source_exclude | List of folders / filepaths to exclude from all filesystem operations. This is parsed using JSON.parse to convert from a string. | no | ["(__samples/*)", "(__samples__/*)", "(__tests__/*)", "(node_modules/*)","(vendor/*)"] |
Outputs
| name | description |
|---|---|
| artifact_storage_directory | Artifact storage directory |