mirror of
https://github.com/anchore/syft.git
synced 2025-11-18 17:03:17 +01:00
update repo path
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
This commit is contained in:
parent
2b9700f1ee
commit
2e8734cd12
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@ -21,7 +21,7 @@ permissions:
|
||||
jobs:
|
||||
analyze:
|
||||
name: Analyze
|
||||
# Runner definition: workflows/.github/runs-on.yml
|
||||
# Runner definition: repo(anchore/workflows)/.github/runs-on.yml
|
||||
runs-on: runs-on=${{ github.run_id }}/runner=small-arm
|
||||
if: github.repository == 'anchore/syft' # only run for main repo
|
||||
permissions:
|
||||
|
||||
2
.github/workflows/detect-schema-changes.yaml
vendored
2
.github/workflows/detect-schema-changes.yaml
vendored
@ -27,7 +27,7 @@ env:
|
||||
jobs:
|
||||
label:
|
||||
name: "Label changes"
|
||||
# Runner definition: workflows/.github/runs-on.yml
|
||||
# Runner definition: repo(anchore/workflows)/.github/runs-on.yml
|
||||
runs-on: runs-on=${{ github.run_id }}/runner=small-arm
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -13,7 +13,7 @@ on:
|
||||
jobs:
|
||||
quality-gate:
|
||||
environment: release
|
||||
# Runner definition: workflows/.github/runs-on.yml
|
||||
# Runner definition: repo(anchore/workflows)/.github/runs-on.yml
|
||||
runs-on: runs-on=${{ github.run_id }}/runner=tiny
|
||||
steps:
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
|
||||
@ -120,7 +120,7 @@ jobs:
|
||||
|
||||
release:
|
||||
needs: [quality-gate]
|
||||
# Runner definition: workflows/.github/runs-on.yml
|
||||
# Runner definition: repo(anchore/workflows)/.github/runs-on.yml
|
||||
runs-on: runs-on=${{ github.run_id }}/runner=release
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
@ -14,7 +14,7 @@ jobs:
|
||||
Publish:
|
||||
name: "Publish test fixture image cache"
|
||||
# we use this runner to get enough storage space for docker images and fixture cache
|
||||
# Runner definition: workflows/.github/runs-on.yml
|
||||
# Runner definition: repo(anchore/workflows)/.github/runs-on.yml
|
||||
runs-on: runs-on=${{ github.run_id }}/runner=build/disk=large
|
||||
if: github.repository == 'anchore/syft' # only run for main repo
|
||||
permissions:
|
||||
|
||||
@ -12,7 +12,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
update:
|
||||
# Runner definition: workflows/.github/runs-on.yml
|
||||
# Runner definition: repo(anchore/workflows)/.github/runs-on.yml
|
||||
runs-on: runs-on=${{ github.run_id }}/runner=small-arm
|
||||
if: github.repository_owner == 'anchore' # only run for main repo (not forks)
|
||||
steps:
|
||||
|
||||
2
.github/workflows/update-bootstrap-tools.yml
vendored
2
.github/workflows/update-bootstrap-tools.yml
vendored
@ -10,7 +10,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
update-bootstrap-tools:
|
||||
# Runner definition: workflows/.github/runs-on.yml
|
||||
# Runner definition: repo(anchore/workflows)/.github/runs-on.yml
|
||||
runs-on: runs-on=${{ github.run_id }}/runner=small
|
||||
if: github.repository == 'anchore/syft' # only run for main repo
|
||||
steps:
|
||||
|
||||
@ -13,7 +13,7 @@ env:
|
||||
|
||||
jobs:
|
||||
upgrade-cpe-dictionary-index:
|
||||
# Runner definition: workflows/.github/runs-on.yml
|
||||
# Runner definition: repo(anchore/workflows)/.github/runs-on.yml
|
||||
runs-on: runs-on=${{ github.run_id }}/runner=small-arm
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
@ -13,7 +13,7 @@ env:
|
||||
|
||||
jobs:
|
||||
upgrade-spdx-license-list:
|
||||
# Runner definition: workflows/.github/runs-on.yml
|
||||
# Runner definition: repo(anchore/workflows)/.github/runs-on.yml
|
||||
runs-on: runs-on=${{ github.run_id }}/runner=small-arm
|
||||
if: github.repository == 'anchore/syft' # only run for main repo
|
||||
steps:
|
||||
|
||||
@ -19,7 +19,7 @@ permissions:
|
||||
jobs:
|
||||
zizmor:
|
||||
name: "Lint"
|
||||
# Runner definition: workflows/.github/runs-on.yml
|
||||
# Runner definition: repo(anchore/workflows)/.github/runs-on.yml
|
||||
runs-on: runs-on=${{ github.run_id }}/runner=small-arm
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
12
.github/workflows/validations.yaml
vendored
12
.github/workflows/validations.yaml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
Static-Analysis:
|
||||
# Note: changing this job name requires making the same update in the .github/workflows/release.yaml pipeline
|
||||
name: "Static analysis"
|
||||
# Runner definition: workflows/.github/runs-on.yml
|
||||
# Runner definition: repo(anchore/workflows)/.github/runs-on.yml
|
||||
runs-on: runs-on=${{ github.run_id }}/runner=small
|
||||
steps:
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
|
||||
@ -31,7 +31,7 @@ jobs:
|
||||
# Note: changing this job name requires making the same update in the .github/workflows/release.yaml pipeline
|
||||
name: "Unit tests"
|
||||
# we need more storage than what's on the default runner
|
||||
# Runner definition: workflows/.github/runs-on.yml
|
||||
# Runner definition: repo(anchore/workflows)/.github/runs-on.yml
|
||||
runs-on: runs-on=${{ github.run_id }}/runner=medium
|
||||
steps:
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
|
||||
@ -49,7 +49,7 @@ jobs:
|
||||
Integration-Test:
|
||||
# Note: changing this job name requires making the same update in the .github/workflows/release.yaml pipeline
|
||||
name: "Integration tests"
|
||||
# Runner definition: workflows/.github/runs-on.yml
|
||||
# Runner definition: repo(anchore/workflows)/.github/runs-on.yml
|
||||
runs-on: runs-on=${{ github.run_id }}/runner=medium
|
||||
steps:
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
|
||||
@ -69,7 +69,7 @@ jobs:
|
||||
|
||||
Build-Snapshot-Artifacts:
|
||||
name: "Build snapshot artifacts"
|
||||
# Runner definition: workflows/.github/runs-on.yml
|
||||
# Runner definition: repo(anchore/workflows)/.github/runs-on.yml
|
||||
runs-on: runs-on=${{ github.run_id }}/runner=build
|
||||
steps:
|
||||
# required for magic-cache from runs-on to function with artifact upload/download (see https://runs-on.com/caching/magic-cache/#actionsupload-artifact-compatibility)
|
||||
@ -101,7 +101,7 @@ jobs:
|
||||
# Note: changing this job name requires making the same update in the .github/workflows/release.yaml pipeline
|
||||
name: "Acceptance tests (Linux)"
|
||||
needs: [Build-Snapshot-Artifacts]
|
||||
# Runner definition: workflows/.github/runs-on.yml
|
||||
# Runner definition: repo(anchore/workflows)/.github/runs-on.yml
|
||||
runs-on: runs-on=${{ github.run_id }}/runner=medium
|
||||
steps:
|
||||
# required for magic-cache from runs-on to function with artifact upload/download (see https://runs-on.com/caching/magic-cache/#actionsupload-artifact-compatibility)
|
||||
@ -179,7 +179,7 @@ jobs:
|
||||
# Note: changing this job name requires making the same update in the .github/workflows/release.yaml pipeline
|
||||
name: "CLI tests (Linux)"
|
||||
needs: [Build-Snapshot-Artifacts]
|
||||
# Runner definition: workflows/.github/runs-on.yml
|
||||
# Runner definition: repo(anchore/workflows)/.github/runs-on.yml
|
||||
runs-on: runs-on=${{ github.run_id }}/runner=medium
|
||||
steps:
|
||||
# required for magic-cache from runs-on to function with artifact upload/download (see https://runs-on.com/caching/magic-cache/#actionsupload-artifact-compatibility)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user