Skip to content

Commit

Permalink
Merge pull request #82 from darkwizard242/feature/bump-grype-to-0.80.1
Browse files Browse the repository at this point in the history
bump grype to 0.80.1
  • Loading branch information
darkwizard242 committed Sep 12, 2024
2 parents 275b725 + 4a5086c commit c828bf0
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
grype_app: grype
grype_desired_state: present
grype_version: 0.80.0
grype_version: 0.80.1
grype_os: "{{ ansible_system | lower }}"
grype_architecture_map:
amd64: amd64
Expand All @@ -42,7 +42,7 @@ Variable | Description
---------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------
grype_app | Defines the app to install i.e. **grype**
grype_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`.
grype_version | Defined to dynamically fetch the desired version to install. Defaults to: **0.80.0**
grype_version | Defined to dynamically fetch the desired version to install. Defaults to: **0.80.1**
grype_os | Defines os type. Used for obtaining the correct type of binaries based on OS type.
grype_architecture_map | Defines os architecture. Used for obtaining the correct type of binaries based on OS System Architecture.
grype_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 @@

grype_app: grype
grype_desired_state: present
grype_version: 0.80.0
grype_version: 0.80.1
grype_os: "{{ ansible_system | lower }}"
grype_architecture_map:
amd64: amd64
Expand Down

0 comments on commit c828bf0

Please sign in to comment.