Skip to content

Commit

Permalink
Merge pull request #1380 from GoogleContainerTools/auto-gen-sbom-test
Browse files Browse the repository at this point in the history
Auto generate new test sboms when pkgs change
  • Loading branch information
loosebazooka authored Aug 18, 2023
2 parents 31f61c9 + 03e52e2 commit ce0be96
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/update-deb-package-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ jobs:

- name: Run update script
run: ./updateWorkspaceSnapshots.sh

- name: Run update sboms script
run: |
for i in $(seq 5); do
bazel --bazelrc=$GITHUB_WORKSPACE/.github/workflows/ci.bazelrc fetch //private/pkg/test/oci_image:test_sboms && break || sleep 20;
done
bazel run @//private/pkg/test/oci_image:test_sboms
- name: Create Pull Request
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2
Expand Down

0 comments on commit ce0be96

Please sign in to comment.