Skip to content

Commit 2e08456

Browse files
m4nch0tgithub-actions[bot]
authored andcommitted
⬆️ update tool versions
1 parent e44e161 commit 2e08456

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ The main [SBOM action](action.yaml) is responsible for generating SBOMs.
2424

2525
| Parameter | Description | Default |
2626
| -------------------- | ------------------------------------------------------------------------------------------- | ------------ |
27-
| `grype_version` | Grype version to use | `0.108.0` |
28-
| `syft_version` | Syft version to use | `1.42.0` |
27+
| `grype_version` | Grype version to use | `0.109.1` |
28+
| `syft_version` | Syft version to use | `1.42.2` |
2929
| `target` | The target to scan (path or image) | `./` |
3030
| `target_type` | Type of target to scan (file, directory, image, iso) | `file` |
3131
| `output_format` | Format of the generated SBOM <br> (cyclonedx-json cyclonedx-xml github-json spdx-json spdx-tag-value syft-json syft-table syft-text template) | `cyclonedx-json` |
@@ -262,7 +262,7 @@ In the generated SBOM files, you will find CycloneDX metadata. Examples include:
262262
"type": "application",
263263
"author": "anchore",
264264
"name": "syft",
265-
"version": "1.42.0"
265+
"version": "1.42.2"
266266
}
267267
]
268268
},
@@ -293,7 +293,7 @@ In the generated SBOM files, you will find CycloneDX metadata. Examples include:
293293
"type": "application",
294294
"author": "anchore",
295295
"name": "syft",
296-
"version": "1.42.0"
296+
"version": "1.42.2"
297297
}
298298
]
299299
},

versions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
packages:
22
syft:
3-
default_version: 1.42.0
3+
default_version: 1.42.2
44
editor: anchore
55
artifact: '{package_name}_{version}_linux_amd64.tar.gz'
66
binary: syft
77
checksums: true
88
grype:
9-
default_version: 0.108.0
9+
default_version: 0.109.1
1010
editor: anchore
1111
artifact: '{package_name}_{version}_linux_amd64.tar.gz'
1212
binary: grype

0 commit comments

Comments
 (0)