Compare commits
2 commits
v3.0.5-r2-
...
master
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ef33268973 | ||
![]() |
98b2d6495c |
2 changed files with 3 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -64,12 +64,14 @@ jobs:
|
||||||
image-ref: ${{ github.repository }}:${{ github.run_id }}
|
image-ref: ${{ github.repository }}:${{ github.run_id }}
|
||||||
exit-code: '1'
|
exit-code: '1'
|
||||||
skip-files: '/etc/ssl/certs/vsftpd.pem'
|
skip-files: '/etc/ssl/certs/vsftpd.pem'
|
||||||
|
severity: 'CRITICAL,HIGH'
|
||||||
|
|
||||||
- name: Run Trivy vulnerability scanner.
|
- name: Run Trivy vulnerability scanner.
|
||||||
uses: aquasecurity/trivy-action@master
|
uses: aquasecurity/trivy-action@master
|
||||||
with:
|
with:
|
||||||
image-ref: ${{ github.repository }}:nossl
|
image-ref: ${{ github.repository }}:nossl
|
||||||
exit-code: '1'
|
exit-code: '1'
|
||||||
|
severity: 'CRITICAL,HIGH'
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
if: startsWith(github.ref, 'refs/tags/v')
|
if: startsWith(github.ref, 'refs/tags/v')
|
||||||
|
|
|
@ -26,7 +26,7 @@ docker run -d \
|
||||||
Environment variables:
|
Environment variables:
|
||||||
- `USERS` - space and `|` separated list (optional, default: `alpineftp|alpineftp`)
|
- `USERS` - space and `|` separated list (optional, default: `alpineftp|alpineftp`)
|
||||||
- format `name1|password1|[folder1][|uid1] name2|password2|[folder2][|uid2]`
|
- 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`)
|
- `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`)
|
- `MAX_PORT` - maximum port number to be used for passive connections (optional, default `21010`)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue