
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Create and update GitLab CI/CD environment variables from settings file in toml
format,
based on gitlab-variable-helper
npm i gitlab-var-helper
# cli
npm i -g gitlab-var-helper-cli
https://git.your.com/profile/personal_access_tokens
Personal Access Tokens
with Scopes
api
read_repository
write_repository
token
Upw_foooooooooooo
# settings.toml
title = "gitlab var settints"
host = "https://git.your.com"
token = "Upw_foooooooooooo"
# groups ids
gids = [ 13 ]
# project ids
pids = [ 76, 77 ]
# gVars.0 provides default values for groups in gids
[gVars.0.publicVars]
VAR_PUB = 1024
VAR_DUP_PUB = 1024
[gVars.0.protectedVars]
VAR_HIDE = 1024
VAR_HIDE2 = 1024
[gVars.13.publicVars]
VAR_PUB = 'abcd'
[gVars.13.protectedVars]
VAR_HIDE = 'def'
VAR_DUP_PUB = 2048
# pVars.0 provides default values for Projects in pids
[pVars.0.publicVars]
VAR_PUB = 1024
[pVars.0.protectedVars]
VAR_HIDE = 1024
[pVars.77.publicVars]
VAR_PUB = 2048
VAR_77_PUB = 2048
[pVars.77.protectedVars]
VAR_77_HIDE = 2048
import { loadFiles } from 'gitlab-var-helper'
const paths = [ './settings.toml' ]
loadFiless(paths)
gitlab-var-helper -f ./settings.toml
gitlab-var-helper -f ./settings.toml -f ./other.toml
Package | Version | Dependencies | DevDependencies |
---|---|---|---|
gitlab-var-helper | |||
gitlab-var-helper-cli |
FAQs
Batch set gitlab CI/CD variables with toml file
We found that sedeaque demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.