diff --git a/.github/workflows/owasp.yml b/.github/workflows/owasp.yml index f02ba09..f0ceae1 100644 --- a/.github/workflows/owasp.yml +++ b/.github/workflows/owasp.yml @@ -35,7 +35,7 @@ jobs: # Run OWASP scan - name: OWASP ZAP Full Scan - uses: zaproxy/action-full-scan@v0.10.0 + uses: zaproxy/action-full-scan@v0.11.0 with: # GitHub Token to create issues in the repository #token: # optional, default is ${{ github.token }} diff --git a/README.md b/README.md index b40056b..f97cf8c 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ Options: -p, --purge purge all expired pastes -s, --statistics reads all stored pastes and comments and reports statistics -docker exec -t privatebin migrate --help +$ docker exec -t privatebin migrate --help migrate - Copy data between PrivateBin backends Usage: @@ -225,9 +225,9 @@ Options: -h, --help displays this help message -n dry run, do not copy data -v be verbose - use storage backend configration from conf.php found in + use storage backend configuration from conf.php found in this directory as source - optionally, use storage backend configration from conf.php + optionally, use storage backend configuration from conf.php found in this directory as destination; defaults to: /srv/bin/../cfg/conf.php ```