Skip to content

Commit b43eacf

Browse files
authored
Merge pull request #33 from scality/update-dependencies
⬆️ bump scanner versions
2 parents b73cad3 + d30040b commit b43eacf

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.102.0` |
28-
| `syft-version` | Syft version to use | `1.29.0` |
27+
| `grype-version` | Grype version to use | `0.104.0` |
28+
| `syft-version` | Syft version to use | `1.38.0` |
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` |
@@ -185,7 +185,7 @@ In the generated SBOM files, you will find CycloneDX metadata. Examples include:
185185
"type": "application",
186186
"author": "anchore",
187187
"name": "syft",
188-
"version": "1.36.0"
188+
"version": "1.38.0"
189189
}
190190
]
191191
},
@@ -216,7 +216,7 @@ In the generated SBOM files, you will find CycloneDX metadata. Examples include:
216216
"type": "application",
217217
"author": "anchore",
218218
"name": "syft",
219-
"version": "1.36.0"
219+
"version": "1.38.0"
220220
}
221221
]
222222
},

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.36.0
3+
default_version: 1.38.0
44
editor: anchore
55
artifact: '{package_name}_{version}_linux_amd64.tar.gz'
66
binary: syft
77
checksums: true
88
grype:
9-
default_version: 0.102.0
9+
default_version: 0.104.0
1010
editor: anchore
1111
artifact: '{package_name}_{version}_linux_amd64.tar.gz'
1212
binary: grype

0 commit comments

Comments
 (0)