Projects STRLCPY syft Commits a42bac6f
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    .github/workflows/validations.yaml
    skipped 35 lines
    36 36   - name: Restore Java test-fixture cache
    37 37   uses: actions/cache@v3
    38 38   with:
    39  - path: syft/pkg/cataloger/java/test-fixtures/java-builds
     39 + path: syft/pkg/cataloger/java/test-fixtures/java-builds/packages
    40 40   key: ${{ runner.os }}-unit-java-cache-${{ hashFiles( 'syft/pkg/cataloger/java/test-fixtures/java-builds/cache.fingerprint' ) }}
    41 41   
    42 42   - name: Restore RPM test-fixture cache
    skipped 169 lines
  • ■ ■ ■ ■
    syft/pkg/cataloger/java/test-fixtures/java-builds/Makefile
    skipped 73 lines
    74 74  # we need a way to determine if CI should bust the test cache based on the source material
    75 75  .PHONY: cache.fingerprint
    76 76  cache.fingerprint:
    77  - find example-* build-* Makefile -type f -exec sha256sum {} \; | sort | tee /dev/stderr | tee cache.fingerprint
     77 + find example* build* gradle* Makefile -type f -exec sha256sum {} \; | sort | tee /dev/stderr | tee cache.fingerprint
    78 78   sha256sum cache.fingerprint
    79 79   
Please wait...
Page is in error, reload to recover