File tree Expand file tree Collapse file tree 5 files changed +38
-9
lines changed Expand file tree Collapse file tree 5 files changed +38
-9
lines changed Original file line number Diff line number Diff line change 1
- # SPDX-FileCopyrightText: 2022 Alliander N.V.
1
+ # SPDX-FileCopyrightText: 2023 Alliander N.V.
2
2
#
3
3
# SPDX-License-Identifier: Apache-2.0
4
+ on :
5
+ push :
6
+ branches :
7
+ - main
4
8
5
- name : Release Project
9
+ permissions :
10
+ contents : write
11
+ pull-requests : write
6
12
7
- on :
8
- release :
9
- types : [ released ]
13
+ name : release-please
10
14
11
15
jobs :
16
+ release_please :
17
+ runs-on : ubuntu-latest
18
+ outputs :
19
+ release_created : ${{ steps.release.outputs.release_created }}
20
+ steps :
21
+ - uses : google-github-actions/release-please-action@v3
22
+ id : release
23
+ with :
24
+ release-type : maven
25
+ package-name : compas-scl-auto-alignment
26
+ # The logic below handles the docker hub publication:
12
27
push_to_registry :
28
+ needs : release_please
29
+ if : needs.release_please.outputs.release_created == "true"
13
30
name : Build and publish
14
31
runs-on : ubuntu-latest
32
+ timeout-minutes : 15
15
33
16
34
steps :
17
35
- name : Checkout
Original file line number Diff line number Diff line change
1
+ <!--
2
+ SPDX-FileCopyrightText: 2023 Alliander N.V.
3
+
4
+ SPDX-License-Identifier: Apache-2.0
5
+ -->
6
+ # Security Policy
7
+
8
+ ## Reporting a Vulnerability
9
+
10
+ Please go to [ Security Advisories] ( https://github.com/com-pas/compas-scl-auto-alignment/security/advisories ) to privately report a security vulnerability,
11
+ our contributors will try to respond within a week of your report with a rough plan for a fix and new tests.
Original file line number Diff line number Diff line change 21
21
# docker run -i --rm -p 8080:8080 -p 5005:5005 -e JAVA_ENABLE_DEBUG="true" quarkus/app-jvm
22
22
#
23
23
###
24
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1072.1697626218
24
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1029
25
25
26
26
ARG JAVA_PACKAGE=java-17-openjdk-headless
27
27
ARG RUN_JAVA_VERSION=1.3.8
Original file line number Diff line number Diff line change 14
14
# docker run -i --rm -p 8080:8080 quarkus/app
15
15
#
16
16
###
17
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1072.1697626218
17
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1029
18
18
WORKDIR /work/
19
19
RUN chown 1001 /work \
20
20
&& chmod "g+rwX" /work \
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ SPDX-License-Identifier: Apache-2.0
25
25
26
26
<compas .core.version>0.16.0</compas .core.version>
27
27
28
- <quarkus .platform.version>3.5.1 </quarkus .platform.version>
29
- <log4j2 .version>2.21.1 </log4j2 .version>
28
+ <quarkus .platform.version>3.5.3 </quarkus .platform.version>
29
+ <log4j2 .version>2.22.0 </log4j2 .version>
30
30
<powsybl .sld.version>4.0.0</powsybl .sld.version>
31
31
<gson .version>2.10.1</gson .version>
32
32
<openpojo .version>0.9.1</openpojo .version>
You can’t perform that action at this time.
0 commit comments