Compare commits

...

4 commits

Author SHA1 Message Date
Amin Vakil
ef33268973
Fail trivy on critical, high issues 2023-11-06 13:34:52 +03:30
孙茂胤 (Sun, Maoyin)
98b2d6495c
typo fix
(cherry picked from commit 4495180f7b2666959ceee07558c8825a002b05f3)
2023-11-06 13:23:39 +03:30
Amin Vakil
069b78ecfd
Merge pull request #34 from aminvakil/alpine
Bump alpine
2023-09-29 13:55:17 +03:30
aminvakil
26307070f0 3.18.3 -> 3.18.4 2023-09-29 02:14:58 +00:00
4 changed files with 5 additions and 3 deletions

View file

@ -64,12 +64,14 @@ jobs:
image-ref: ${{ github.repository }}:${{ github.run_id }}
exit-code: '1'
skip-files: '/etc/ssl/certs/vsftpd.pem'
severity: 'CRITICAL,HIGH'
- name: Run Trivy vulnerability scanner.
uses: aquasecurity/trivy-action@master
with:
image-ref: ${{ github.repository }}:nossl
exit-code: '1'
severity: 'CRITICAL,HIGH'
deploy:
if: startsWith(github.ref, 'refs/tags/v')

View file

@ -1,4 +1,4 @@
FROM alpine:3.18.3
FROM alpine:3.18.4
LABEL maintainer="Amin Vakil <info@aminvakil.com>"

View file

@ -1,4 +1,4 @@
FROM alpine:3.18.3
FROM alpine:3.18.4
LABEL maintainer="Amin Vakil <info@aminvakil.com>"

View file

@ -26,7 +26,7 @@ docker run -d \
Environment variables:
- `USERS` - space and `|` separated list (optional, default: `alpineftp|alpineftp`)
- format `name1|password1|[folder1][|uid1] name2|password2|[folder2][|uid2]`
- `ADDRESS` - external address witch clients can connect passive ports (optional, should resolve to ftp server ip address)
- `ADDRESS` - external address to which clients can connect for passive ports (optional, should resolve to ftp server ip address)
- `MIN_PORT` - minimum port number to be used for passive connections (optional, default `21000`)
- `MAX_PORT` - maximum port number to be used for passive connections (optional, default `21010`)