We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 557f5e3 commit 9ceff12Copy full SHA for 9ceff12
1 file changed
.github/actions/trivy-package/action.yaml
@@ -13,6 +13,6 @@
13
# ./scripts/terraform/trivy-scan.sh --mode package . || exit_code=$?
14
15
# if [ $exit_code -ne 0 ]; then
16
-# echo "Trivy has detected package vulnerablilites. Please refer to https://nhsd-confluence.digital.nhs.uk/spaces/RIS/pages/1257636917/PLAT-KOP-012+-+Trivy+Pipeline+Vulnerability+Scanning+Exemption"
+# echo "Trivy has detected package vulnerabilities. Please refer to https://nhsd-confluence.digital.nhs.uk/spaces/RIS/pages/1257636917/PLAT-KOP-012+-+Trivy+Pipeline+Vulnerability+Scanning+Exemption"
17
# exit 1
18
# fi
0 commit comments