
Security News
The Code You Didn't Write Is Still Yours to Defend
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.
gitlab.com/theuberlab/sightflow
Advanced tools
A small tool which will allow you to easily view the status of your gitlab pipelines.
This is a small command line utility to address a couple of issues watching Gitlab pipelines. sightflow will get the status of the latest pipeline then continually review and update the status of all jobs for that pipeline.

go build -o sightflow ./cmd/main.goAltertatively download a pre-compiled binary for your favorite platform:
At minimum sightflow requires a project ID to check.
./sightflow -p 12345
If the project in question is private sightflow requires a Gitlab access token with API permissions. This should be set in the environment variable 'GITLAB_API_TOKEN'.
If your project is hosted on a provate instance of gitlab, sightflow requires the full url including scheme (and port if non-standard.)
./sightflow -p 12345 -u https://gitlab.theuberlab.com
Run sightflow -h for usage.
$ sightflow -h
usage: Gitlab Pipeline Watcher --project-id=PROJECT-ID --gitlab-token=GITLAB-TOKEN [<flags>]
Watch the status of your pipelines.
Flags:
-h, --help Show context-sensitive help (also try --help-long and --help-man).
--version Show application version.
--log-utc Timestamp lug.Log messages in UTC instead of local time. Can be set via sightflow_LOG_UTC
-l, --logLevel=Error The level of lug.Logging to use. Can be set via sightflow_LOG_LEVEL
-f, --logformat=logfmt What output format to use. Can be set via sightflow_LOG_FMT
-p, --project-id=PROJECT-ID Specify the numeric project ID to check the status of.
-u, --gitlab-url="https://gitlab.com"
Specify the url of the the gitlab instance to connect to. Can be set via the environment variable
GITLAB_URL.
-t, --gitlab-token=GITLAB-TOKEN
Specify the token to use to authenticate curl requests. NOTE: use the environment variable
GITLAB_API_TOKEN instead.
-i, --interval=2 The refresh interval in seconds
There is very little checking of error conditions. Situations like specifying a project ID that doesn't exist simply result in a pointer error.
May or may not work on Windows.
The ability to specify a list of jobs to report on instead of all. The ability to specify a job for which sightflow will retun the logs for.
FAQs
Unknown package
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
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.