mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-02 18:18:29 +02:00
Merge pull request #2756 from testssl/docker_alpine
Change filename to -alpine / upgrade Ubuntu
This commit is contained in:
4
.github/workflows/docker-3.2.yml
vendored
4
.github/workflows/docker-3.2.yml
vendored
@ -15,7 +15,7 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Source checkout
|
- name: Source checkout
|
||||||
@ -52,7 +52,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
context: .
|
context: .
|
||||||
file: Dockerfile.git
|
file: Dockerfile-alpine
|
||||||
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/ppc64le
|
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/ppc64le
|
||||||
build-args: BUILD_VERSION
|
build-args: BUILD_VERSION
|
||||||
cache-from: type=gha, scope=${{ github.workflow }}
|
cache-from: type=gha, scope=${{ github.workflow }}
|
||||||
|
4
.github/workflows/unit_tests.yml
vendored
4
.github/workflows/unit_tests.yml
vendored
@ -12,7 +12,7 @@ on:
|
|||||||
- '**.html'
|
- '**.html'
|
||||||
- 'LICENSE'
|
- 'LICENSE'
|
||||||
- 'Dockerfile'
|
- 'Dockerfile'
|
||||||
- 'Dockerfile.git'
|
- 'Dockerfile-alpine'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
@ -22,7 +22,7 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: ['ubuntu-22.04']
|
os: ['ubuntu-24.04']
|
||||||
perl: ['5.26']
|
perl: ['5.26']
|
||||||
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
|
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
"id","fqdn/ip","port","severity","finding","cve","cwe"
|
"id","fqdn/ip","port","severity","finding","cve","cwe"
|
||||||
|
"engine_problem","/","443","WARN","No engine or GOST support via engine with your ./bin/openssl.Linux.x86_64","",""
|
||||||
"service","testssl.sh/81.169.166.184","443","INFO","HTTP","",""
|
"service","testssl.sh/81.169.166.184","443","INFO","HTTP","",""
|
||||||
"pre_128cipher","testssl.sh/81.169.166.184","443","INFO","No 128 cipher limit bug","",""
|
"pre_128cipher","testssl.sh/81.169.166.184","443","INFO","No 128 cipher limit bug","",""
|
||||||
"SSLv2","testssl.sh/81.169.166.184","443","OK","not offered","",""
|
"SSLv2","testssl.sh/81.169.166.184","443","OK","not offered","",""
|
||||||
|
Reference in New Issue
Block a user