File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -22,28 +22,29 @@ jobs:
22
22
uses : actions/checkout@v4.1.1
23
23
24
24
- name : Log in to Docker Hub
25
- uses : docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
25
+ uses : docker/login-action@v3.3.0
26
26
with :
27
27
username : ${{ secrets.DOCKERHUB_USERNAME }}
28
28
password : ${{ secrets.DOCKERHUB_TOKEN }}
29
29
30
30
- name : Extract metadata (tags, labels) for Docker
31
31
id : meta
32
- uses : docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
32
+ uses : docker/metadata-action@v5.5.1
33
33
with :
34
34
images : georgedavisibexlabs/publish-sarif-to-jira
35
35
36
36
- name : Build and push Docker image
37
- uses : docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
37
+ uses : docker/build-push-action@v6.6.1
38
38
with :
39
39
context : .
40
40
file : Dockerfile
41
41
push : true
42
+ sbom : true
42
43
tags : ${{ steps.meta.outputs.tags }}
43
44
labels : ${{ steps.meta.outputs.labels }}
44
45
45
46
- name : Update Docker Hub description
46
- uses : peter-evans/dockerhub-description@v3
47
+ uses : peter-evans/dockerhub-description@v4.0.0
47
48
with :
48
49
username : ${{ secrets.DOCKERHUB_USERNAME }}
49
50
password : ${{ secrets.DOCKERHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments