tangled
alpha
login
or
join now
thevoid.cafe
/
puzzlevision
0
fork
atom
Non stop entertainment! The wackiest NixOS configuration to-date.
thevoid.cafe/projects/puzzlevision
nixos
flake
flake-parts
dotfiles
home-manager
nix
0
fork
atom
overview
issues
pulls
pipelines
👷 Add TruffleHog scan pipeline
thevoid.cafe
3 weeks ago
4d2d9dc2
d3f383f4
verified
This commit was signed with the committer's
known signature
.
thevoid.cafe
SSH Key Fingerprint:
SHA256:6LamuiiF+oLDOqy13Locb95HiqZGy8CIaFHI8miR6hE=
0/0
Waiting for spindle ...
+15
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
trufflehog-scan.yaml
+15
.tangled/workflows/trufflehog-scan.yaml
···
1
1
+
when:
2
2
+
- event: ["push", "manual"]
3
3
+
branch: ["stable", "develop", "bugfix/*", "feature/*", "refactor/*"]
4
4
+
- event: ["pull_request"]
5
5
+
branch: ["stable"]
6
6
+
7
7
+
engine: "nixery"
8
8
+
9
9
+
dependencies:
10
10
+
nixpkgs:
11
11
+
- trufflehog
12
12
+
13
13
+
steps:
14
14
+
- name: "TruffleHog: scan for exposed secrets"
15
15
+
command: "trufflehog git --only-verified file://."