Skip to content

Commit

Permalink
Merge pull request #63 from darkwizard242/feature/bump-syft-to-0.91.0
Browse files Browse the repository at this point in the history
bump syft to 0.91.0
  • Loading branch information
darkwizard242 authored Sep 21, 2023
2 parents 9cde72c + e54b2af commit 7e0196a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Available variables are listed below (located in `defaults/main.yml`):
```yaml
syft_app: syft
syft_desired_state: present
syft_version: 0.90.0
syft_version: 0.91.0
syft_os: linux
syft_arch: amd64

Expand All @@ -34,7 +34,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: **0.90.0**
syft_version | Defined to dynamically fetch the desired version to install. Defaults to: **0.91.0**
syft_os | Defines os type. Used for obtaining the correct type of binaries based on OS type. Defaults to: **linux**
syft_arch | Defines os architecture. Used for obtaining the correct type of binaries based on OS System Architecture. Defaults to: **amd64**
syft_debian_url | Defines URL to download the 'deb' package from for Debian/Ubuntu family systems.
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

syft_app: syft
syft_desired_state: present
syft_version: 0.90.0
syft_version: 0.91.0
syft_os: linux
syft_arch: amd64

Expand Down

0 comments on commit 7e0196a

Please sign in to comment.