From 2d0fe89bb03be69236cc7291ee6521ebf8c27816 Mon Sep 17 00:00:00 2001 From: darkwizard242 Date: Mon, 28 Oct 2024 20:52:51 -0400 Subject: [PATCH] bump syft to 1.15.0 --- README.md | 4 ++-- defaults/main.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 15b0740..de57af0 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Available variables are listed below (located in `defaults/main.yml`): ```yaml syft_app: syft syft_desired_state: present -syft_version: 1.14.2 +syft_version: 1.15.0 syft_os: "{{ ansible_system | lower }}" syft_architecture_map: amd64: amd64 @@ -42,7 +42,7 @@ Variable | Description --------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- syft_app | Defines the app to install i.e. **syft** syft_desired_state | Defined to dynamically chose whether to install (i.e. either `present` or `latest`) or uninstall (i.e. `absent`) the package. Defaults to `present`. -syft_version | Defined to dynamically fetch the desired version to install. Defaults to: **1.14.2** +syft_version | Defined to dynamically fetch the desired version to install. Defaults to: **1.15.0** syft_os | Defines os type. Used for obtaining the correct type of binaries based on OS type. syft_architecture_map | Defines os architecture. Used for obtaining the correct type of binaries based on OS System Architecture. syft_debian_url | Defines URL to download the 'deb' package from for Debian/Ubuntu family systems. diff --git a/defaults/main.yml b/defaults/main.yml index 538f096..c366ab9 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -3,7 +3,7 @@ syft_app: syft syft_desired_state: present -syft_version: 1.14.2 +syft_version: 1.15.0 syft_os: "{{ ansible_system | lower }}" syft_architecture_map: amd64: amd64