Skip to content

Commit

Permalink
add freeze. idk why it's not bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
jrkerns committed Oct 26, 2023
1 parent 1e1b89b commit 9ce3aac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ce3aac

Please sign in to comment.