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:
Dmitrii Sharshakov 2025-07-22 18:08:51 +02:00
parent 5f442159b2
commit af8a2869db
No known key found for this signature in database
GPG Key ID: 9866BBFAF691F3AF
3 changed files with 2 additions and 30 deletions

View File

@ -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

View File

@ -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

View File

@ -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