Skip to content

Commit 70fd83f

Browse files
authored
Merge pull request #2756 from testssl/docker_alpine
Change filename to -alpine / upgrade Ubuntu
2 parents 252cee6 + f09f742 commit 70fd83f

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/docker-3.2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
jobs:
1616

1717
deploy:
18-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu-24.04
1919

2020
steps:
2121
- name: Source checkout
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
push: ${{ github.event_name != 'pull_request' }}
5454
context: .
55-
file: Dockerfile.git
55+
file: Dockerfile-alpine
5656
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/ppc64le
5757
build-args: BUILD_VERSION
5858
cache-from: type=gha, scope=${{ github.workflow }}

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- '**.html'
1313
- 'LICENSE'
1414
- 'Dockerfile'
15-
- 'Dockerfile.git'
15+
- 'Dockerfile-alpine'
1616

1717
permissions:
1818
contents: read
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ${{ matrix.os }}
2323
strategy:
2424
matrix:
25-
os: ['ubuntu-22.04']
25+
os: ['ubuntu-24.04']
2626
perl: ['5.26']
2727
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
2828
steps:
File renamed without changes.

t/baseline_data/default_testssl.csvfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"id","fqdn/ip","port","severity","finding","cve","cwe"
2+
"engine_problem","/","443","WARN","No engine or GOST support via engine with your ./bin/openssl.Linux.x86_64","",""
23
"service","testssl.sh/81.169.166.184","443","INFO","HTTP","",""
34
"pre_128cipher","testssl.sh/81.169.166.184","443","INFO","No 128 cipher limit bug","",""
45
"SSLv2","testssl.sh/81.169.166.184","443","OK","not offered","",""

0 commit comments

Comments
 (0)