
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
gitlab-pipeline-deleter
Advanced tools
A Node.js CLI tool that deletes old GitLab CI pipelines.
$ npm install -g gitlab-pipeline-deleter
Usage: glpd [options] [gitlab-url] [project-id] [access-token]
Deletes old GitLab pipelines
Options:
-d --days <days> older than days (default: "30")
--trace show stack traces for errors when possible (default: false)
-h, --help display help for command
You can use either the command line arguments gitlab-url
, project-id
and access-token
(the access-token
needs to be owner of the project. See https://docs.gitlab.com/ee/api/pipelines.html#delete-a-pipeline for more information) or you can create a glpd.config.js
configuration file that exports an object. Both CommonJS (.cjs
) and ECMAScript Modules (.mjs
) are supported. All of the command line arguments are supported but needs to be written in camelCase
:
export default {
gitlabUrl: 'https://example.com',
projectId: '42',
accessToken: '<my-token>',
days: 30,
trace: false,
};
If you specify command line arguments and a configuration file the command line arguments will overwrite the values in the configuration file. So the CLI arguments has always precedence.
Multiple project ids can be configured by providing a comma-separated list to the projectId
argument.
#369
#348
#335
#293
#309
#299
#330
#342
#334
#332
#328
#302
#297
#288
#283
#290
#292
#280
#277
#274
#264
#263
#261
#254
#122
7ec8b72
d9488dc
2bf598e
FAQs
A CLI tool that deletes old GitLab pipelines
The npm package gitlab-pipeline-deleter receives a total of 70 weekly downloads. As such, gitlab-pipeline-deleter popularity was classified as not popular.
We found that gitlab-pipeline-deleter demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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 how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.