Skip to content

Commit

Permalink
feat: test
Browse files Browse the repository at this point in the history
  • Loading branch information
batleforc committed Nov 20, 2024
1 parent f91bb25 commit 136bd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd/templates/task/export-harbor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
fi
BODY=$(echo $BODY | jq '.[] | select(.tags!=null) | select(.tags[].name == "$(params.tag)")')
echo $BODY | jq '.scan_overview.["application/vnd.security.vulnerability.report; version=1.1"]'
echo $BODY | jq '.scan_overview.["application/vnd.security.vulnerability.report; version=1.1"]' | jq -rce \
"{vulnerabilities:{
critical: (.summary.summary.Critical),
Expand Down

0 comments on commit 136bd2b

Please sign in to comment.