We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be2035 commit fc03f65Copy full SHA for fc03f65
.github/workflows/ci.yaml
@@ -50,7 +50,7 @@ jobs:
50
--output trivy-results.sarif \
51
--severity HIGH,CRITICAL \
52
--exit-code 1 \
53
- --vex ./vex-data/vex.json \
+ --vex ./vex-data/openvex.json \
54
${{ steps.build_image.outputs.IMAGE_NAME_WITH_TAG }}
55
56
- name: Upload Trivy scan results to GitHub Security tab
0 commit comments