Projects STRLCPY syft Commits be71f7c6
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    .goreleaser.yaml
    skipped 78 lines
    79 79   - rpm
    80 80   - deb
    81 81   
    82  -brews:
    83  - - tap:
    84  - owner: anchore
    85  - name: homebrew-syft
    86  - token: "{{.Env.GITHUB_BREW_TOKEN}}"
    87  - ids:
    88  - - darwin-archives
    89  - - linux-archives
    90  - homepage: *website
    91  - description: *description
    92  - license: "Apache License 2.0"
     82 +#brews:
     83 +# - tap:
     84 +# owner: anchore
     85 +# name: homebrew-syft
     86 +# token: "{{.Env.GITHUB_BREW_TOKEN}}"
     87 +# ids:
     88 +# - darwin-archives
     89 +# - linux-archives
     90 +# homepage: *website
     91 +# description: *description
     92 +# license: "Apache License 2.0"
    93 93   
    94 94  dockers:
    95 95   - image_templates:
    96  - - anchore/syft:debug
     96 +# - anchore/syft:debug
    97 97   - anchore/syft:{{.Tag}}-debug
    98  - - ghcr.io/anchore/syft:debug
     98 +# - ghcr.io/anchore/syft:debug
    99 99   - ghcr.io/anchore/syft:{{.Tag}}-debug
    100 100   goarch: amd64
    101 101   dockerfile: Dockerfile.debug
    skipped 6 lines
    108 108   - "--build-arg=VCS_URL={{.GitURL}}"
    109 109   
    110 110   - image_templates:
    111  - - anchore/syft:debug-arm64v8
     111 +# - anchore/syft:debug-arm64v8
    112 112   - anchore/syft:{{.Tag}}-debug-arm64v8
    113  - - ghcr.io/anchore/syft:debug-arm64v8
     113 +# - ghcr.io/anchore/syft:debug-arm64v8
    114 114   - ghcr.io/anchore/syft:{{.Tag}}-debug-arm64v8
    115 115   goarch: arm64
    116 116   dockerfile: Dockerfile.debug
    skipped 6 lines
    123 123   - "--build-arg=VCS_URL={{.GitURL}}"
    124 124   
    125 125   - image_templates:
    126  - - anchore/syft:debug-ppc64le
     126 +# - anchore/syft:debug-ppc64le
    127 127   - anchore/syft:{{.Tag}}-debug-ppc64le
    128  - - ghcr.io/anchore/syft:debug-ppc64le
     128 +# - ghcr.io/anchore/syft:debug-ppc64le
    129 129   - ghcr.io/anchore/syft:{{.Tag}}-debug-ppc64le
    130 130   goarch: ppc64le
    131 131   dockerfile: Dockerfile.debug
    skipped 6 lines
    138 138   - "--build-arg=VCS_URL={{.GitURL}}"
    139 139   
    140 140   - image_templates:
    141  - - anchore/syft:debug-s390x
     141 +# - anchore/syft:debug-s390x
    142 142   - anchore/syft:{{.Tag}}-debug-s390x
    143  - - ghcr.io/anchore/syft:debug-s390x
     143 +# - ghcr.io/anchore/syft:debug-s390x
    144 144   - ghcr.io/anchore/syft:{{.Tag}}-debug-s390x
    145 145   goarch: s390x
    146 146   dockerfile: Dockerfile.debug
    skipped 6 lines
    153 153   - "--build-arg=VCS_URL={{.GitURL}}"
    154 154   
    155 155   - image_templates:
    156  - - anchore/syft:latest
     156 +# - anchore/syft:latest
    157 157   - anchore/syft:{{.Tag}}
    158  - - ghcr.io/anchore/syft:latest
     158 +# - ghcr.io/anchore/syft:latest
    159 159   - ghcr.io/anchore/syft:{{.Tag}}
    160 160   goarch: amd64
    161 161   dockerfile: Dockerfile
    skipped 45 lines
    207 207   - "--build-arg=VCS_URL={{.GitURL}}"
    208 208   
    209 209  docker_manifests:
    210  - - name_template: anchore/syft:latest
    211  - image_templates:
    212  - - anchore/syft:{{.Tag}}
    213  - - anchore/syft:{{.Tag}}-arm64v8
    214  - - anchore/syft:{{.Tag}}-ppc64le
    215  - - anchore/syft:{{.Tag}}-s390x
     210 +# - name_template: anchore/syft:latest
     211 +# image_templates:
     212 +# - anchore/syft:{{.Tag}}
     213 +# - anchore/syft:{{.Tag}}-arm64v8
     214 +# - anchore/syft:{{.Tag}}-ppc64le
     215 +# - anchore/syft:{{.Tag}}-s390x
    216 216   
    217  - - name_template: anchore/syft:debug
    218  - - anchore/syft:{{.Tag}}-debug
    219  - - anchore/syft:{{.Tag}}-debug-arm64v8
    220  - - anchore/syft:{{.Tag}}-debug-ppc64le
    221  - - anchore/syft:{{.Tag}}-debug-s390x
     217 +# - name_template: anchore/syft:debug
     218 +# - anchore/syft:{{.Tag}}-debug
     219 +# - anchore/syft:{{.Tag}}-debug-arm64v8
     220 +# - anchore/syft:{{.Tag}}-debug-ppc64le
     221 +# - anchore/syft:{{.Tag}}-debug-s390x
    222 222   
    223 223   - name_template: anchore/syft:{{.Tag}}
    224 224   image_templates:
    skipped 2 lines
    227 227   - anchore/syft:{{.Tag}}-ppc64le
    228 228   - anchore/syft:{{.Tag}}-s390x
    229 229   
    230  - - name_template: ghcr.io/anchore/syft:latest
    231  - image_templates:
    232  - - ghcr.io/anchore/syft:{{.Tag}}
    233  - - ghcr.io/anchore/syft:{{.Tag}}-arm64v8
    234  - - ghcr.io/anchore/syft:{{.Tag}}-ppc64le
    235  - - ghcr.io/anchore/syft:{{.Tag}}-s390x
     230 +# - name_template: ghcr.io/anchore/syft:latest
     231 +# image_templates:
     232 +# - ghcr.io/anchore/syft:{{.Tag}}
     233 +# - ghcr.io/anchore/syft:{{.Tag}}-arm64v8
     234 +# - ghcr.io/anchore/syft:{{.Tag}}-ppc64le
     235 +# - ghcr.io/anchore/syft:{{.Tag}}-s390x
    236 236   
    237  - - name_template: ghcr.io/anchore/syft:debug
    238  - image_templates:
    239  - - ghcr.io/anchore/syft:{{.Tag}}-debug
    240  - - ghcr.io/anchore/syft:{{.Tag}}-debug-arm64v8
    241  - - ghcr.io/anchore/syft:{{.Tag}}-debug-ppc64le
    242  - - ghcr.io/anchore/syft:{{.Tag}}-debug-s390x
     237 +# - name_template: ghcr.io/anchore/syft:debug
     238 +# image_templates:
     239 +# - ghcr.io/anchore/syft:{{.Tag}}-debug
     240 +# - ghcr.io/anchore/syft:{{.Tag}}-debug-arm64v8
     241 +# - ghcr.io/anchore/syft:{{.Tag}}-debug-ppc64le
     242 +# - ghcr.io/anchore/syft:{{.Tag}}-debug-s390x
    243 243   
    244 244   - name_template: ghcr.io/anchore/syft:{{.Tag}}
    245 245   image_templates:
    skipped 5 lines
  • ■ ■ ■ ■ ■
    Makefile
    skipped 319 lines
    320 320   @.github/scripts/trigger-release.sh
    321 321   
    322 322  .PHONY: ci-release
    323  -ci-release: ci-check clean-dist $(CHANGELOG)
     323 +ci-release: ci-check clean-dist
    324 324   $(call title,Publishing release artifacts)
    325 325   
    326 326   # create a config with the dist dir overridden
    skipped 3 lines
    330 330   bash -c "\
    331 331   $(RELEASE_CMD) \
    332 332   --config $(TEMP_DIR)/goreleaser.yaml \
    333  - --release-notes <(cat $(CHANGELOG)) \
    334 333   || (cat /tmp/quill-*.log && false)"
    335  - 
    336  - # upload the version file that supports the application version update check (excluding pre-releases)
    337  - .github/scripts/update-version-file.sh "$(DIST_DIR)" "$(VERSION)"
    338 334   
    339 335  .PHONY: ci-check
    340 336  ci-check:
    skipped 38 lines
  • ■ ■ ■ ■ ■ ■
    go.sum
    skipped 89 lines
    90 90  github.com/anchore/go-version v1.2.2-0.20200701162849-18adb9c92b9b/go.mod h1:Bkc+JYWjMCF8OyZ340IMSIi2Ebf3uwByOk6ho4wne1E=
    91 91  github.com/anchore/packageurl-go v0.1.1-0.20230104203445-02e0a6721501 h1:AV7qjwMcM4r8wFhJq3jLRztew3ywIyPTRapl2T1s9o8=
    92 92  github.com/anchore/packageurl-go v0.1.1-0.20230104203445-02e0a6721501/go.mod h1:Blo6OgJNiYF41ufcgHKkbCKF2MDOMlrqhXv/ij6ocR4=
    93  -github.com/anchore/stereoscope v0.0.0-20230216143338-4b5ebf8c7f4b h1:vMEAfz91QLjJq2W8JPxpIC4dG4OeynTY4MisHnZ19F0=
    94  -github.com/anchore/stereoscope v0.0.0-20230216143338-4b5ebf8c7f4b/go.mod h1:6oSG43mzahqiktzXZDctqi1o66fwU2wDk3xki0KlnbA=
    95 93  github.com/anchore/stereoscope v0.0.0-20230222185948-fab1c9638abc h1:b+2KauWByrCPLNnzRHjLoUxo85tpszFtU7S1I5pAKK0=
    96 94  github.com/anchore/stereoscope v0.0.0-20230222185948-fab1c9638abc/go.mod h1:Y+jiUa5PmQh9jUvzmvus4EvLnEG87cDTOYgV3nw3wDg=
    97 95  github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883/go.mod h1:rCTlJbsFo29Kk6CurOXKm700vrz8f0KW0JNfpkRJY/8=
    skipped 1044 lines
Please wait...
Page is in error, reload to recover