From 9ce3aac338ea14e9855f28cf5c0631af6e6fed21 Mon Sep 17 00:00:00 2001 From: James Kerns Date: Thu, 26 Oct 2023 16:22:41 -0500 Subject: [PATCH] add freeze. idk why it's not bumped --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 2f35877f..e41bee55 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -247,6 +247,7 @@ definitions: - apt-get update - apt-get -y install curl - curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin + - pip freeze # we want to dump this to file regardless of fail status so we can inspect if needed - grype dir:. --only-fixed -o json > grype_results.json - grype dir:. --only-fixed --fail-on high