Skip to content

Commit be84213

Browse files
chore(deps): combine update dep versions (#312)
* github-actions(deps): bump sigstore/cosign-installer Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.9.1 to 3.10.0. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](sigstore/cosign-installer@398d4b0...d7543c9) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-version: 3.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * github-actions(deps): bump anchore/sbom-action Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.20.5 to 0.20.6. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](anchore/sbom-action@da167ea...f8bdd1d) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.20.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * github-actions(deps): bump anchore/scan-action Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 6.5.1 to 7.0.0. - [Release notes](https://github.com/anchore/scan-action/releases) - [Changelog](https://github.com/anchore/scan-action/blob/main/RELEASE.md) - [Commits](anchore/scan-action@1638637...f660128) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * github-actions(deps): bump anchore/scan-action in /security-actions/sca Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 6.5.1 to 7.0.0. - [Release notes](https://github.com/anchore/scan-action/releases) - [Changelog](https://github.com/anchore/scan-action/blob/main/RELEASE.md) - [Commits](anchore/scan-action@1638637...f660128) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * github-actions(deps): bump anchore/sbom-action in /security-actions/sca Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.20.5 to 0.20.6. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](anchore/sbom-action@da167ea...f8bdd1d) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.20.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c5e6aa commit be84213

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

security-actions/sca/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ runs:
9898

9999
# Must upload artifact for output file parameter to have effect
100100
- name: Generate SPDX SBOM Using Syft
101-
uses: anchore/sbom-action@da167eac915b4e86f08b264dbdbc867b61be6f0c # v0.20.5
101+
uses: anchore/sbom-action@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # v0.20.6
102102
id: sbom_spdx
103103
with:
104104
config: ${{ inputs.config }}
@@ -113,7 +113,7 @@ runs:
113113
github-token: ${{ inputs.github-token }}
114114

115115
- name: Generate CycloneDX SBOM Using Syft
116-
uses: anchore/sbom-action@da167eac915b4e86f08b264dbdbc867b61be6f0c # v0.20.5
116+
uses: anchore/sbom-action@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # v0.20.6
117117
id: sbom_cyclonedx
118118
with:
119119
config: ${{ inputs.config }}
@@ -222,7 +222,7 @@ runs:
222222
223223
# Don't fail during report generation
224224
- name: Vulnerability analysis of SBOM (SARIF format)
225-
uses: anchore/scan-action@1638637db639e0ade3258b51db49a9a137574c3e # v6.5.1
225+
uses: anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7.0.0
226226
id: grype_analysis_sarif
227227
if: ${{ steps.sbom_report.outputs.files_exists == 'true' && steps.grype_db.outputs.GRYPE_DB_UPDATE_STATUS == 0 }} # Run only if DB is available on the runner }}
228228
with:
@@ -237,7 +237,7 @@ runs:
237237
# Don't fail during report generation
238238
# JSON format will report any ignored rules
239239
- name: Vulnerability analysis of SBOM (JSON format)
240-
uses: anchore/scan-action@1638637db639e0ade3258b51db49a9a137574c3e # v6.5.1
240+
uses: anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7.0.0
241241
id: grype_analysis_json
242242
if: ${{ steps.sbom_report.outputs.files_exists == 'true' && steps.grype_db.outputs.GRYPE_DB_UPDATE_STATUS == 0 }} # Run only if DB is available on the runner}}
243243
with:
@@ -308,7 +308,7 @@ runs:
308308
# Notify grype quick scan results in table format
309309
# Table format will supress any specified ignore rules
310310
- name: Inspect Vulnerability analysis (Table format)
311-
uses: anchore/scan-action@1638637db639e0ade3258b51db49a9a137574c3e # v6.5.1
311+
uses: anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7.0.0
312312
if: ${{ steps.sbom_report.outputs.files_exists == 'true' && steps.grype_db.outputs.GRYPE_DB_UPDATE_STATUS == 0 }}
313313
with:
314314
sbom: ${{ steps.meta.outputs.sbom_spdx_file }}

security-actions/scan-docker-image/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ runs:
110110

111111
# Must upload artifact for output file parameter to have effect
112112
- name: Generate SPDX SBOM Using Syft
113-
uses: anchore/sbom-action@da167eac915b4e86f08b264dbdbc867b61be6f0c # v0.20.5
113+
uses: anchore/sbom-action@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # v0.20.6
114114
id: sbom_spdx
115115
with:
116116
config: ${{ inputs.config }}
@@ -126,7 +126,7 @@ runs:
126126
github-token: ${{ inputs.github-token }}
127127

128128
- name: Generate CycloneDX SBOM Using Syft
129-
uses: anchore/sbom-action@da167eac915b4e86f08b264dbdbc867b61be6f0c # v0.20.5
129+
uses: anchore/sbom-action@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # v0.20.6
130130
id: sbom_cyclonedx
131131
with:
132132
config: ${{ inputs.config }}
@@ -239,7 +239,7 @@ runs:
239239
# Grype is invoked first time ever
240240
# Don't fail during report generation
241241
- name: Vulnerability analysis of SBOM
242-
uses: anchore/scan-action@1638637db639e0ade3258b51db49a9a137574c3e # v6.5.1
242+
uses: anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7.0.0
243243
id: grype_analysis_sarif
244244
if: ${{ steps.sbom_report.outputs.files_exists == 'true' && steps.grype_db_check_updates.outputs.GRYPE_DB_UPDATE_STATUS == 0 }}
245245
with:
@@ -255,7 +255,7 @@ runs:
255255
# Don't fail during report generation
256256
# JSON format will report any ignored rules
257257
- name: Vulnerability analysis of SBOM
258-
uses: anchore/scan-action@1638637db639e0ade3258b51db49a9a137574c3e # v6.5.1
258+
uses: anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7.0.0
259259
id: grype_analysis_json
260260
if: ${{ steps.sbom_report.outputs.files_exists == 'true' && steps.grype_db_check_updates.outputs.GRYPE_DB_UPDATE_STATUS == 0 }}
261261
with:
@@ -318,7 +318,7 @@ runs:
318318
# Notify grype quick scan results in table format
319319
# Table format will supress any specified ignore rules
320320
- name: Inspect Vulnerability analysis of SBOM
321-
uses: anchore/scan-action@1638637db639e0ade3258b51db49a9a137574c3e # v6.5.1
321+
uses: anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7.0.0
322322
if: ${{ steps.sbom_report.outputs.files_exists == 'true' && steps.grype_db_check_updates.outputs.GRYPE_DB_UPDATE_STATUS == 0 }}
323323
with:
324324
sbom: ${{ steps.meta.outputs.sbom_spdx_file }}

security-actions/sign-docker-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ runs:
5959
run: $GITHUB_ACTION_PATH/scripts/cosign-metadata.sh
6060

6161
- name: Install Cosign
62-
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3.9.1
62+
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
6363

6464
- name: Check install!
6565
shell: bash

0 commit comments

Comments
 (0)