-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
soarca: init at 1.1.0-beta-1-unstable-2024-12-19 #367485
base: master
Are you sure you want to change the base?
Conversation
@ofborg test soarca |
|
8c83cb9
to
60e5033
Compare
|
||
buildGoModule { | ||
pname = "soarca"; | ||
version = "1.1.0-beta-1-unstable-2024-12-19"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This version is based on a GitHub tag/release, so no need of unstable.
Also, you can use this version in rev.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried to package the latest available version (with some bugfixes), which strictly speaking isn't the tag 1.1.0-beta-1
, but a newer, untagged version. I followed the versioning guide as closely as possible, but let me know and I'll change it. This is my second ever contribution to Nixpkgs :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review-december/1711/25 |
Hardened the systemd unit for good measure. |
@ofborg test soarca |
@getchoo hi, you helped me with my first PR, can you take a look at this if you have time? :) |
Added SOARCA, an open source security orchestrator for CACAO playbooks written in Go. Includes package and NixOS module.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.