-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: setup the auto release with correct setup
Labels and tokens are now correct.
- Loading branch information
Showing
6 changed files
with
28 additions
and
876 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,6 @@ | |
} | ||
} | ||
], | ||
"conventional-commits", | ||
"first-time-contributor", | ||
"released", | ||
[ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,6 @@ jobs: | |
steps: | ||
- uses: agilepathway/[email protected] | ||
with: | ||
one_of: major,minor,patch,internal | ||
one_of: major,minor,patch,skip-release,internal,documentation,tests,dependencies,performance | ||
none_of: invalid,wontfix,duplicate,question | ||
repo_token: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,6 +77,21 @@ | |
"reference": "https://ossindex.sonatype.org/vulnerability/92bbcbaf-097a-43f9-855e-2052e38930db?component-type=npm&component-name=ssri&utm_source=auditjs&utm_medium=integration&utm_content=4.0.28" | ||
} | ||
] | ||
}, | ||
{ | ||
"coordinates": "pkg:npm/[email protected]", | ||
"description": "Extract the non-magic parent path from a glob string.", | ||
"reference": "https://ossindex.sonatype.org/component/pkg:npm/[email protected]?utm_source=auditjs&utm_medium=integration&utm_content=4.0.28", | ||
"vulnerabilities": [ | ||
{ | ||
"id": "64cd5f21-8af4-4eae-ac7d-a53241ea693a", | ||
"title": "CWE-400: Uncontrolled Resource Consumption ('Resource Exhaustion')", | ||
"description": "The software does not properly restrict the size or amount of resources that are requested or influenced by an actor, which can be used to consume more resources than intended.", | ||
"cvssScore": 7.5, | ||
"cvssVector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", | ||
"reference": "https://ossindex.sonatype.org/vulnerability/64cd5f21-8af4-4eae-ac7d-a53241ea693a?component-type=npm&component-name=glob-parent&utm_source=auditjs&utm_medium=integration&utm_content=4.0.28" | ||
} | ||
] | ||
} | ||
], | ||
"ignore": [ | ||
|
@@ -94,6 +109,9 @@ | |
}, | ||
{ | ||
"id": "92bbcbaf-097a-43f9-855e-2052e38930db" | ||
}, | ||
{ | ||
"id": "64cd5f21-8af4-4eae-ac7d-a53241ea693a" | ||
} | ||
] | ||
} |
Oops, something went wrong.