-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubliccode.yml
More file actions
72 lines (58 loc) · 1.59 KB
/
publiccode.yml
File metadata and controls
72 lines (58 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
publiccodeYmlVersion: '0.4.0'
name: alert2issue
applicationSuite: ''
url: 'https://github.com/annejan/github-create-dependabot-alert-issues'
landingURL: 'https://pypi.org/project/alert2issue'
softwareVersion: '0.2.0'
releaseDate: '2025-06-24'
developmentStatus: stable
platforms:
- linux
- macos
- windows
categories:
- application-development
- business-process-management
- compliance-management
- digital-asset-management
- enterprise-project-management
- project-management
- whistleblowing
softwareType: standalone/other
intendedAudience:
scope:
- science-and-technology
- manufacturing
- research
description:
en:
localisedName: alert2issue
shortDescription: >
CLI tool to create GitHub issues from Dependabot security alerts.
longDescription: >
alert2issue is a Python command-line tool that checks GitHub repositories for open Dependabot security alerts
and automatically files issues to track unresolved vulnerabilities. It helps teams maintain security visibility and action items.
features:
- Query Dependabot alerts via GitHub CLI API
- Create GitHub issues with appropriate labels
- Supports dry-run mode
- Multi-repo support via input file
legal:
license: MIT
mainCopyrightOwner: Anne Jan Brouwer
repoOwner: Anne Jan Brouwer
maintenance:
type: community
contacts:
- name: Anne Jan Brouwer
email: "brouwer@annejan.com"
localisation:
availableLanguages:
- en
localisationReady: false
dependsOn:
open:
- name: Python
versionMin: '3.8'
- name: subprocess
usedBy: []