[roll] Roll fuchsia [scrutiny] Add pre-signing golden file list

The scrutiny pre-signing verifier is configured to expect a dir path
containing goldens. However, if this path is provided as an input to
bazel, a warning about dependency checking of directories being unsound
will appear.

This change creates a list of all the goldens in the pre_signing dir
using glob, then forwards that list as an input to the scrutiny shell
action.

Original-Bug: b/303923440
Test: fx build with https://fxrev.dev/1025377 locally
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1029395
Original-Revision: f1faef217dafc28ec154837d03b23cd07d9c2b6e
GitOrigin-RevId: 5dc2c7b86cba37ecb2ca6451404424e537fa52f4
Change-Id: Ie63736a8e02dd56dd114cae12790cec786db6a02
1 file changed
tree: 55037bd1d6fdf6abb22dc3a0ff459be7cc9947ad
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.