mbox series

[isar-cip-core,v2,0/3] Updates to sync with latest debian-cve-checker

Message ID 20240812111605.1246549-1-Sai.Sathujoda@toshiba-tsip.com (mailing list archive)
Headers show
Series Updates to sync with latest debian-cve-checker | expand

Message

Sai.Sathujoda@toshiba-tsip.com Aug. 12, 2024, 11:16 a.m. UTC
From: sai ashrith sathujoda <sai.sathujoda@toshiba-tsip.com>

This series of patches update the latest image reference for
debian-cve-checker after being moved under cip-project. Suite
information is included in the name of dpkg status files uploaded
for various targets.

sai ashrith sathujoda (3):
  scripts/run-cve-checks.sh: Extract suite from dpkg status file name
  scripts/deploy-cip-core.sh: Include release name in dpkg status
    filename
  .gitlab-ci.yml: Update debian-cve-checker image reference

 .gitlab-ci.yml             | 2 +-
 scripts/deploy-cip-core.sh | 6 ++++++
 scripts/run-cve-checks.sh  | 3 ++-
 3 files changed, 9 insertions(+), 2 deletions(-)

Comments

Jan Kiszka Aug. 12, 2024, 11:25 a.m. UTC | #1
On 12.08.24 13:16, Sai.Sathujoda@toshiba-tsip.com wrote:
> From: sai ashrith sathujoda <sai.sathujoda@toshiba-tsip.com>
> 
> This series of patches update the latest image reference for
> debian-cve-checker after being moved under cip-project. Suite
> information is included in the name of dpkg status files uploaded
> for various targets.
> 
> sai ashrith sathujoda (3):
>   scripts/run-cve-checks.sh: Extract suite from dpkg status file name
>   scripts/deploy-cip-core.sh: Include release name in dpkg status
>     filename
>   .gitlab-ci.yml: Update debian-cve-checker image reference
> 
>  .gitlab-ci.yml             | 2 +-
>  scripts/deploy-cip-core.sh | 6 ++++++
>  scripts/run-cve-checks.sh  | 3 ++-
>  3 files changed, 9 insertions(+), 2 deletions(-)
> 

Thanks, applied.

Jan