Skip to content

Releases: philips-software/docker-ci-scripts

v5.1.0 - Add re-usable workflow to check for vulnerabilities

21 Dec 21:51
d0045b8
Compare
Choose a tag to compare

New feature

When using Rekor to store the SBOM, you can use a workflow to get a vulnerability report created by Grype.

Example

name: Check vulnerabilities 

on:
  schedule:
    - cron: '14 15 * * 1'
  workflow_dispatch:

permissions: 
  id-token: write

jobs:
  check:
    name: Check Vulnerabities
    uses: philips-software/docker-ci-scripts/.github/workflows/check-vulnerabilities.yaml@main
    with:
      image: <your-container>

Example can be found here.

What's Changed

New Contributors

Full Changelog: v5.0.0...v5.1.0

v5.0.0 - Keyless signing

04 Nov 14:19
69ca3b3
Compare
Choose a tag to compare

Features

Keyless signing with sigstore

Sigstore announced GA for Rekor and Fulcio. Now you can use this to do keyless signing of containers.

:warn: Beware that this stores all information in a public log, so you should not use this for private containers.

Breaking changes

The deprecation warnings from previous releases have now become breaking. Please update your workflows.

Old argument New argument
DOCKER_USERNAME REGISTRY_USERNAME
DOCKER_PASSWORD REGISTRY_TOKEN
DOCKER_REGISTRY REGISTRY_URL

What's Changed

Dependency updates

Full Changelog: v4.5.3...v5.0.0

v4.5.3 - Fix issue with outputs

25 Oct 06:46
75cafd6
Compare
Choose a tag to compare

What's Changed

Dependencies

  • Bump npalm/action-docs-action from 1.2.0 to 1.3.0 by @dependabot in #149
  • Bump stefanzweifel/git-auto-commit-action from 4.15.1 to 4.15.2 by @dependabot in #148
  • Bump docker from 20.10.19-git to 20.10.20-git by @dependabot in #147

New Contributors

Thanks @rjaegers for fixing this bug!

Full Changelog: v4.5.2...v4.5.3

v4.5.2 - Remove 'set-output' deprecations

23 Oct 13:22
d773ca2
Compare
Choose a tag to compare

What's Changed

Dependency updates

  • Bump stefanzweifel/git-auto-commit-action from 4.14.1 to 4.15.1 by @dependabot in #143
  • Bump docker from 20.10.18-git to 20.10.19-git by @dependabot in #142

Full Changelog: v4.5.1...v4.5.2

v4.5.1 - documentation fix

21 Sep 21:05
e4769bf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.5.0...v4.5.1

v4.5.0 - Rename container arguments

31 Aug 11:26
ab25c0c
Compare
Choose a tag to compare

Rename container arguments

Big shout-out to Jeroen van Gastel for renaming the container arguments.

What's Changed

Full Changelog: v4.4.0...v4.5.0

DEPRECATION

In this release both arguments are still supported, but in the next major release they will be removed.

Renamed variables:
DOCKER_USERNAME => REGISTRY_USERNAME
DOCKER_PASSWORD => REGISTRY_TOKEN
DOCKER_REGISTRY => REGISTRY_URL

This is also displayed in the job summary:
Screenshot 2022-08-31 at 13 17 19

v4.4.0 - Add build arg support

20 Jul 15:17
ade4738
Compare
Choose a tag to compare

What's Changed

  • feat: add support for build arguments by @mpas in #133

New Contributors

  • @mpas made their first contribution in #133

Full Changelog: v4.3.0...v4.4.0

v4.3.0 - Add Push on Tags support

12 Jul 11:52
2a762b7
Compare
Choose a tag to compare

What's Changed

Dependency Updates

Full Changelog: v4.2.0...v4.3.0

v4.2.0 - Add Job Summary Report

11 May 08:47
398313c
Compare
Choose a tag to compare

Feature

Job Summary

Add Job Summary Report. Now you see a nice overview of the images pushed, with the correct information on how to:

  • verify the signature
  • retrieve the SLSA-provenance
  • retrieve the SBOM

Example screenshot

Screenshot 2022-05-11 at 06 49 56

What's Changed

Security Updates

  • Bump docker from 20.10.12-git to 20.10.13-git by @dependabot in #117
  • Bump stefanzweifel/git-auto-commit-action from 4.13.1 to 4.14.0 by @dependabot in #118
  • Bump docker from 20.10.13-git to 20.10.14-git by @dependabot in #119
  • Bump stefanzweifel/git-auto-commit-action from 4.14.0 to 4.14.1 by @dependabot in #120
  • Bump docker from 20.10.14-git to 20.10.15-git by @dependabot in #122

Full Changelog: v4.1.3...v4.2.0

v4.1.3 - Update version of slsa-provenance

10 Mar 16:46
1838707
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.2...v4.1.3