Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Create a CCB with manfiest information in JIRA
This plugin requires Grunt ~0.4.1
npm install grunt-ccb --save-dev
This plugin will grab the commit log from Github from a specified date, and store this to a file. The date is either hardcoded (using the commitHistoryStartDate.date property in the config) or retrieved from a http web service.
This plugin requires a config sections named ccb
passed into grunt.initConfig()
.
grunt.initConfig({
ccb: {
options: {
jira: {
api_url: "https://company.atlassian.net/rest/api/2/",
proxy : null,
user: "user",
password: "password",
project_id: 12100,
ccb_issue_type: 20,
ccb_done_state: 11
},
project: {
name: "Location API",
version: "1.0.1"
},
manifest: "tests/data/manifest.json",
build_label: "project_123"
}
}
})
jira
api_url
- Url of the Jira api rootproxy
- Full url of proxy including portuser
- Jira usernamepassword
- Jira passwordproject_id
- Jira id of the project to post the ccbccb_issue_type
- Jira id of the type of issue to post the ccb asccb_done_state
- The transition id to end the ccb workflowproject
- TODO: We should use the properties in the package.json here
name
- Name of the project that is creating the ccb (displayed in the ccb subject)manifest
- Path to a file that contains the manifest for this project (this will be the body of the ccb)
build_label
- The build that created this ccbFAQs
Create a CCB with manfiest information in JIRA
The npm package grunt-ccb receives a total of 2 weekly downloads. As such, grunt-ccb popularity was classified as not popular.
We found that grunt-ccb demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.