mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
update
This commit is contained in:
parent
dc9b8c2a6f
commit
7efb408637
4 changed files with 13 additions and 4 deletions
4
scripts/scanner/grype-install.sh
Normal file
4
scripts/scanner/grype-install.sh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
#%%MULTILINE_YAML_START
|
||||
#Syft install
|
||||
nix-shell -p grype
|
||||
4
scripts/scanner/syft-install.sh
Normal file
4
scripts/scanner/syft-install.sh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
#%%MULTILINE_YAML_START
|
||||
#Syft install
|
||||
nix-shell -p syft
|
||||
Loading…
Add table
Add a link
Reference in a new issue