Skip to content

Commit a575ae4

Browse files
renovate[bot]freddidierRTE
authored andcommitted
Update anchore/scan-action action to v7.1.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 06067a7 commit a575ae4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/anchore-analysis.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
docker pull lfeoperatorfabric/of-supervisor:SNAPSHOT
3232
docker pull lfeoperatorfabric/of-web-ui:SNAPSHOT
3333
- name: Analyse card consultation
34-
uses: anchore/scan-action@a5605eb0943e46279cb4fbd9d44297355d3520ab # v7.0.2
34+
uses: anchore/scan-action@568b89d27fc18c60e56937bff480c91c772cd993 # v7.1.0
3535
id: scan-cards-consultation
3636
with:
3737
image: "lfeoperatorfabric/of-cards-consultation-service:SNAPSHOT"
@@ -42,7 +42,7 @@ jobs:
4242
sarif_file: ${{ steps.scan-cards-consultation.outputs.sarif }}
4343
category: consultation
4444
- name: Analyse card publication
45-
uses: anchore/scan-action@a5605eb0943e46279cb4fbd9d44297355d3520ab # v7.0.2
45+
uses: anchore/scan-action@568b89d27fc18c60e56937bff480c91c772cd993 # v7.1.0
4646
id: scan-cards-publication
4747
with:
4848
image: "lfeoperatorfabric/of-cards-publication-service:SNAPSHOT"
@@ -53,7 +53,7 @@ jobs:
5353
sarif_file: ${{ steps.scan-cards-publication.outputs.sarif }}
5454
category: publication
5555
- name: Analyse users
56-
uses: anchore/scan-action@a5605eb0943e46279cb4fbd9d44297355d3520ab # v7.0.2
56+
uses: anchore/scan-action@568b89d27fc18c60e56937bff480c91c772cd993 # v7.1.0
5757
id: scan-users
5858
with:
5959
image: "lfeoperatorfabric/of-users-service:SNAPSHOT"
@@ -64,7 +64,7 @@ jobs:
6464
sarif_file: ${{ steps.scan-users.outputs.sarif }}
6565
category: users
6666
- name: Analyse businessConfig
67-
uses: anchore/scan-action@a5605eb0943e46279cb4fbd9d44297355d3520ab # v7.0.2
67+
uses: anchore/scan-action@568b89d27fc18c60e56937bff480c91c772cd993 # v7.1.0
6868
id: scan-businessconfig
6969
with:
7070
image: "lfeoperatorfabric/of-businessconfig-service:SNAPSHOT"
@@ -75,7 +75,7 @@ jobs:
7575
sarif_file: ${{ steps.scan-businessconfig.outputs.sarif }}
7676
category: businessconfig
7777
- name: Analyse external-devices
78-
uses: anchore/scan-action@a5605eb0943e46279cb4fbd9d44297355d3520ab # v7.0.2
78+
uses: anchore/scan-action@568b89d27fc18c60e56937bff480c91c772cd993 # v7.1.0
7979
id: scan-external-devices
8080
with:
8181
image: "lfeoperatorfabric/of-external-devices-service:SNAPSHOT"
@@ -86,7 +86,7 @@ jobs:
8686
sarif_file: ${{ steps.scan-external-devices.outputs.sarif }}
8787
category: external-devices
8888
- name: Analyse web-ui
89-
uses: anchore/scan-action@a5605eb0943e46279cb4fbd9d44297355d3520ab # v7.0.2
89+
uses: anchore/scan-action@568b89d27fc18c60e56937bff480c91c772cd993 # v7.1.0
9090
id: scan-web-ui
9191
with:
9292
image: "lfeoperatorfabric/of-web-ui:SNAPSHOT"
@@ -97,7 +97,7 @@ jobs:
9797
sarif_file: ${{ steps.scan-web-ui.outputs.sarif }}
9898
category: web-ui
9999
- name: Analyse external-diffusion
100-
uses: anchore/scan-action@a5605eb0943e46279cb4fbd9d44297355d3520ab # v7.0.2
100+
uses: anchore/scan-action@568b89d27fc18c60e56937bff480c91c772cd993 # v7.1.0
101101
id: scan-cards-external-diffusion
102102
with:
103103
image: "lfeoperatorfabric/of-cards-external-diffusion-service:SNAPSHOT"
@@ -108,7 +108,7 @@ jobs:
108108
sarif_file: ${{ steps.scan-cards-external-diffusion.outputs.sarif }}
109109
category: external-diffusion
110110
- name: Analyse cards reminder
111-
uses: anchore/scan-action@a5605eb0943e46279cb4fbd9d44297355d3520ab # v7.0.2
111+
uses: anchore/scan-action@568b89d27fc18c60e56937bff480c91c772cd993 # v7.1.0
112112
id: scan-cards-reminder
113113
with:
114114
image: "lfeoperatorfabric/of-cards-reminder:SNAPSHOT"
@@ -119,7 +119,7 @@ jobs:
119119
sarif_file: ${{ steps.scan-cards-reminder.outputs.sarif }}
120120
category: cards-reminder
121121
- name: Analyse supervisor
122-
uses: anchore/scan-action@a5605eb0943e46279cb4fbd9d44297355d3520ab # v7.0.2
122+
uses: anchore/scan-action@568b89d27fc18c60e56937bff480c91c772cd993 # v7.1.0
123123
id: scan-supervisor
124124
with:
125125
image: "lfeoperatorfabric/of-supervisor:SNAPSHOT"

0 commit comments

Comments
 (0)