Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@outreach/semantic-release-circleci-orb
Advanced tools
semantic-release plugin to publish CircleCI Orbs
semantic-release plugin to publish CircleCI Orbs.
Step | Description |
---|---|
verifyConditions | Verify the presence of the CIRCLECI_API_TOKEN environment variable, orbName option, and the circleci CLI. |
publish | Publish the CircleCI orb. |
$ npm install semantic-release-circleci-orb -D
The plugin can be configured in the semantic-release configuration file:
{
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github",
[
"semantic-release-circleci-orb",
{
"orbName": "react-native-community/circleci-orb",
"orbPath": "orb.yml"
}
]
]
}
Variable | Description |
---|---|
CIRCLECI_API_TOKEN | The token used to authenticate with CircleCI account. |
Options | Description | Default |
---|---|---|
orbName | Required. The name of the Orb in the format of organisation/orb . For example, react-native-community/circleci-orb . | None. You need to set your own. |
commandName | The name of the CircleCI command to run. | circleci |
orbPath | The path to the Orb YAML file. This needs to be a single (packed) YAML file. | orb.yml |
The plugin uses the circleci
CLI which has to be installed in your CI environment and available in the PATH
.
The CircleCI authentication configuration is required and can be set via environment variables.
Visit your account page on CircleCI.com to obtain your API token. The token has to be made available in your CI environment via the CIRCLECI_API_TOKEN
environment variable.
FAQs
semantic-release plugin to publish CircleCI Orbs
The npm package @outreach/semantic-release-circleci-orb receives a total of 4 weekly downloads. As such, @outreach/semantic-release-circleci-orb popularity was classified as not popular.
We found that @outreach/semantic-release-circleci-orb demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 313 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.