mirror of
https://github.com/open-reception/appointment-booking-software.git
synced 2026-09-08 18:27:39 +02:00
Added flow for staff members to create appointments (#204)
* Added flow for staff members to create appointments * Add calendar page title * Remove security check npm audit for pull-requests * Fix docker build to be multi-platform * Attempt to fix tests * Remove obsolete test * Refresh session every 3 minutes --------- Co-authored-by: Karl Ludwig Weise <ludwig@ludwigweise.de>
This commit is contained in:
co-authored by
Karl Ludwig Weise
parent
b3c4257ec4
commit
09ffc21523
@@ -22,9 +22,6 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Security audit
|
||||
run: npm audit --audit-level=high
|
||||
|
||||
- name: Run linting
|
||||
run: npm run lint
|
||||
check:
|
||||
|
||||
@@ -63,7 +63,7 @@ jobs:
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Build Docker image
|
||||
run: docker build -t openreception/open-reception:${{ github.ref_name }} .
|
||||
run: docker buildx build --platform linux/amd64,linux/arm64 -t openreception/open-reception:${{ github.ref_name }} .
|
||||
|
||||
- name: Run Trivy vulnerability scanner
|
||||
uses: aquasecurity/trivy-action@master
|
||||
|
||||
Reference in New Issue
Block a user