-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:dBildungsplattform/schulportal-clie…
…nt into SPSH-1719
- Loading branch information
Showing
13 changed files
with
896 additions
and
254 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -216,5 +216,19 @@ jobs: | |
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/check-trivy.yaml@7 | ||
with: | ||
image_ref: 'ghcr.io/${{ github.repository_owner }}/schulportal-client:latest' | ||
fail_on_vulnerabilites: false | ||
fail_on_vulnerabilites: true | ||
report_location: 'Dockerfile' | ||
trivyignores: '.trivyignore' | ||
|
||
trivy_scan_rocketchat_notification: | ||
if: ${{ github.event_name == 'schedule' }} && failure() | ||
needs: | ||
- scheduled_trivy_scan | ||
runs-on: 'ubuntu-latest' | ||
steps: | ||
- name: Send Notification to Rocket Chat | ||
uses: RocketChat/[email protected] | ||
with: | ||
type: failure | ||
job_name: 'Daily nightly image check failed - CVEs found so check' | ||
url: ${{ secrets.RC_WEBHOOK_SPSH_DEVELOPER_CHANNEL }} |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.