Skip to content

Commit

Permalink
fixed yaml lint
Browse files Browse the repository at this point in the history
Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
  • Loading branch information
naveensrinivasan committed Apr 1, 2024
1 parent bdb970d commit 28f1085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/scanvulnerability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tasks:
for flavor in upstream registry1; do
uds zarf package create . --flavor="$flavor" --confirm --no-progress -o sbom
for file in sbom/*.zst; do
uds zarf package inspect "$file" --sbom-out ./sbom --no-progress;
uds zarf package inspect "$file" --sbom-out ./sbom --no-progress
done
done
if ! command -v grype &> /dev/null; then
Expand Down

0 comments on commit 28f1085

Please sign in to comment.