generated from it-at-m/oss-repository-en-template
-
Notifications
You must be signed in to change notification settings - Fork 7
Feat/1054 feature testing trivy #1093
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
DanielOber
wants to merge
35
commits into
main
Choose a base branch
from
feat/1054-feature-testing-trivy
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 17 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
109ed1f
create trviy config
DanielOber 96e67cb
Rename trivy to trivy.yml
DanielOber ad14414
Update trivy.yml
DanielOber 57705c7
trying image scanning
DanielOber b33ef1a
changed names
DanielOber 76215e6
use old image as test
DanielOber f593c8f
all severties
DanielOber cfa03de
changed scan type to fs
DanielOber 9d77236
output changed to file
DanielOber 4dfc2a5
upload artifact
DanielOber d9eec82
changed exit code
DanielOber 9804c3e
changed from json to table
DanielOber aa230d6
Update trivy.yml
DanielOber 66dd71a
pipline shoudl fail
DanielOber eaa365d
trivyignore hinzugefügt
DanielOber 518d259
moved ignore file
DanielOber 46bcb0a
moved ignore file
DanielOber 7483536
moved trivyignore
DanielOber 80994da
moved trivyignore
DanielOber f31e56b
moved trivyignore
DanielOber 92fb5ae
changed format to json
DanielOber fc574e1
Merge remote-tracking branch 'refs/remotes/origin/main' into feat/105…
DanielOber 14ae4b8
added file output
DanielOber e47c2ee
changed file format to txt
DanielOber a676373
added trivyignore
DanielOber 59a8cf3
changed exit code
DanielOber e048eb3
changed exit code
DanielOber a000792
changed exit code
DanielOber 60b0d45
always upload artifact
DanielOber f748860
removed entry
DanielOber e9eb7ad
added lhm action
DanielOber da9379e
Merge remote-tracking branch 'origin/main' into feat/1054-feature-tes…
DanielOber a924429
changed naming
DanielOber 4fe1647
updated spring and camel
DanielOber 47177ad
added dep for cve fix
DanielOber File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| CVE-2025-48924 | ||
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| name: build | ||
DanielOber marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| on: | ||
| pull_request: | ||
| jobs: | ||
coderabbitai[bot] marked this conversation as resolved.
Show resolved
Hide resolved
DanielOber marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| build: | ||
| name: Trivy Check | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Checkout code | ||
| uses: actions/checkout@v4 | ||
DanielOber marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
DanielOber marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - name: Run Trivy vulnerability scanner in Image mode | ||
| uses: aquasecurity/trivy-action@0.28.0 | ||
DanielOber marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| with: | ||
| scan-type: 'fs' | ||
| format: 'table' | ||
| exit-code: '1' | ||
DanielOber marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
DanielOber marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| trivyignores: '.github/.trivyignore' | ||
DanielOber marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
DanielOber marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.