Add sbom tag for cos-gpu-installer

For SBOMs generation we need to apply sbom, sbom_arm64 and sbom_amd64
tags to container images. The recent changes(go/cos-rev/96659) forgot
to attach sbom tag and this is the fix.

BUG=b/397500013
TEST=presubmit

Change-Id: I69b8f4f9fd9a3c1aedce2b42fae805fb27f62f68
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/96841
Reviewed-by: Robert Kolchmeyer <rkolchmeyer@google.com>
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
Tested-by: Chenglong Tang <chenglongtang@google.com>
1 file changed
tree: e83aa90d90980996bcaae639dce10b8a066cb47a
  1. coverage/
  2. release/
  3. src/
  4. testing/
  5. .gitignore
  6. BUILD.bazel
  7. cloudbuild.yaml
  8. CONTRIBUTING.md
  9. deps.bzl
  10. go.mod
  11. go.sum
  12. LICENSE
  13. postsubmit-cloudbuild.yaml
  14. README.md
  15. run_builds.sh
  16. run_unit_tests.sh
  17. WORKSPACE
README.md

Tools for Container-Optimized OS

This is a repository of various tools developed for Container-Optimized OS. Examples include cos-gpu-installer, cos-toolbox, etc.

See CONTRIBUTING.md for how to contribute.