mirror of
https://github.com/siderolabs/talos.git
synced 2026-01-07 01:31:58 +01:00
fix: do not download artifacts for cron Grype scan
SBOM will be generated in the same Docker run. Signed-off-by: Dmitrii Sharshakov <dmitry.sharshakov@siderolabs.com>
This commit is contained in:
parent
5f442159b2
commit
af8a2869db
13
.github/workflows/ci.yaml
vendored
13
.github/workflows/ci.yaml
vendored
@ -1,6 +1,6 @@
|
||||
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
|
||||
#
|
||||
# Generated on 2025-07-23T08:53:56Z by kres 4c6b4c0.
|
||||
# Generated on 2025-07-25T10:11:21Z by kres 4c6b4c0.
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.head_ref || github.run_id }}
|
||||
@ -540,17 +540,6 @@ jobs:
|
||||
driver: remote
|
||||
endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234
|
||||
timeout-minutes: 10
|
||||
- name: Download artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: talos-artifacts
|
||||
path: _out
|
||||
- name: Fix artifact permissions
|
||||
run: |
|
||||
xargs -a _out/executable-artifacts -I {} chmod +x {}
|
||||
- name: ci-temp-release-tag
|
||||
run: |
|
||||
make ci-temp-release-tag
|
||||
- name: local-grype-scan-result
|
||||
env:
|
||||
DEST: _out
|
||||
|
||||
13
.github/workflows/grype-scan-cron.yaml
vendored
13
.github/workflows/grype-scan-cron.yaml
vendored
@ -1,6 +1,6 @@
|
||||
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
|
||||
#
|
||||
# Generated on 2025-07-21T16:10:17Z by kres b869533.
|
||||
# Generated on 2025-07-25T10:11:21Z by kres 4c6b4c0.
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.head_ref || github.run_id }}
|
||||
@ -52,17 +52,6 @@ jobs:
|
||||
driver: remote
|
||||
endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234
|
||||
timeout-minutes: 10
|
||||
- name: Download artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: talos-artifacts
|
||||
path: _out
|
||||
- name: Fix artifact permissions
|
||||
run: |
|
||||
xargs -a _out/executable-artifacts -I {} chmod +x {}
|
||||
- name: ci-temp-release-tag
|
||||
run: |
|
||||
make ci-temp-release-tag
|
||||
- name: local-grype-scan-result
|
||||
env:
|
||||
DEST: _out
|
||||
|
||||
@ -271,12 +271,6 @@ spec:
|
||||
crons:
|
||||
- '30 7 * * *'
|
||||
steps:
|
||||
- name: download-artifacts
|
||||
artifactStep:
|
||||
type: download
|
||||
artifactName: talos-artifacts
|
||||
artifactPath: _out
|
||||
- name: ci-temp-release-tag
|
||||
- name: local-grype-scan-result
|
||||
environment:
|
||||
DEST: _out
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user