File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,14 +95,14 @@ repos:
95
95
types : [shell]
96
96
language : script
97
97
require_serial : true
98
- entry : scripts/sbom/sbom.bash diff
98
+ entry : scripts/run-from-container.sh compliantkubernetes-apps-tests:unit ./scripts/ sbom/sbom.bash diff
99
99
100
100
- id : sbom-validate
101
101
name : SBOM CycloneDX validation
102
102
types : [shell]
103
103
language : script
104
104
require_serial : true
105
- entry : scripts/sbom/sbom.bash validate
105
+ entry : scripts/run-from-container.sh compliantkubernetes-apps-tests:unit ./scripts/ sbom/sbom.bash validate
106
106
107
107
# - id: sbom-get-unset
108
108
# name: SBOM get unset
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ usage() {
37
37
echo " COMMANDS:" >&2
38
38
echo " add <location> <key> <value> [property-value] add key-value pair to a component" >&2
39
39
echo " diff checks if any changes in git requires sbom to be updated" >&2
40
- echo " edit <location> <key> edit object under key for a component using $EDITOR " >&2
40
+ echo " edit <location> <key> edit object under key for a component using ${ EDITOR:- } " >&2
41
41
echo " generate generate new cyclonedx sbom. Requires GITHUB_TOKEN to be set to avoid GitHub rate limits" >&2
42
42
echo " get <location> [key] get component from sbom, optionally query for a provided key" >&2
43
43
echo " get-charts get all charts in sbom" >&2
You can’t perform that action at this time.
0 commit comments