Skip to content

Commit

Permalink
test empty target
Browse files Browse the repository at this point in the history
  • Loading branch information
aimee-889 committed Feb 15, 2024
1 parent 5d1ad99 commit 5ca567c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish_image_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ jobs:
packages: write
security-events: write
contents: read
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/image-publish-trivy.yaml@5.0.0
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/image-publish-trivy.yaml@OPS-5649-update-nextcloud
with:
image_name: "schulcloud-nextcloud"
run_trivy_scan: true
image_tag_generation: 'ticket_from_branch'
container_registry: "ghcr.io"
fail_on_vulnerabilites: true
report_location: "Dockerfile"
report_location: "Dockerfile"
target: ""
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ COPY ./src /usr/nextcloud
# for mounting
RUN mkdir /var/www/html/custom_apps/ \
&& sudo chown -R www-data /var/www/html/custom_apps/

CMD ["/usr/bin/supervisord", "-c", "/usr/nextcloud/supervisord.conf"]

0 comments on commit 5ca567c

Please sign in to comment.