Skip to content

Commit

Permalink
Echo output
Browse files Browse the repository at this point in the history
  • Loading branch information
katjuell committed Oct 1, 2024
1 parent a9fdc33 commit a101530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/presubmit-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
set +o pipefail
find ./images -name '*metadata.yaml' | while read -r file; do
if yq eval '.keywords[]' "$file" | grep -voE '(application|base|fips|ai|ai-gpu|stigs|featured)'; then
cat "$file" has keywords that are not on allow list. Please update. >> output_log.txt
echo "$(file)" has keywords that are not on allow list. Please update. >> output_log.txt
fi
done
- name: Output results
Expand Down

0 comments on commit a101530

Please sign in to comment.