Skip to content
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

👷 [maykinmedia/objects-api#463] Add trivy image scan #194

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

stevenbal
Copy link
Contributor

@stevenbal stevenbal commented Oct 18, 2024

Fixes maykinmedia/objects-api#463 partially

@stevenbal stevenbal force-pushed the feature/re-enable-trivy-image-scan branch 3 times, most recently from 7b1c941 to 1ee864e Compare October 18, 2024 14:41
@stevenbal stevenbal force-pushed the feature/re-enable-trivy-image-scan branch 3 times, most recently from 8bc6ab1 to 18b9fd7 Compare November 1, 2024 08:33
@stevenbal stevenbal requested a review from annashamray November 1, 2024 08:37
@stevenbal
Copy link
Contributor Author

@annashamray I can't run the cache update job yet because it's not on main yet

.github/workflows/trivy.yml Outdated Show resolved Hide resolved
.github/workflows/trivy.yml Outdated Show resolved Hide resolved
@stevenbal stevenbal force-pushed the feature/re-enable-trivy-image-scan branch from 18b9fd7 to b362cfd Compare November 8, 2024 14:11
@stevenbal stevenbal requested a review from annashamray November 8, 2024 14:14

jobs:
call-update-trivy-cache:
uses: maykinmedia/open-api-workflows/.github/workflows/ci.yml@v3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
uses: maykinmedia/open-api-workflows/.github/workflows/ci.yml@v3
uses: maykinmedia/open-api-workflows/.github/workflows/trivy.yml@v3

Shouldn't it a specific workflow?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nvm I'm blind

@stevenbal stevenbal force-pushed the feature/re-enable-trivy-image-scan branch 3 times, most recently from d3cff47 to 4b1f99a Compare December 24, 2024 13:26
@stevenbal
Copy link
Contributor Author

stevenbal commented Dec 24, 2024

Turns out trivy has caching enabled by default now (aquasecurity/trivy-action#399), so I'll remove the unnecessary changes and just update the workflow versions

@stevenbal stevenbal closed this Dec 24, 2024
@stevenbal stevenbal reopened this Dec 24, 2024
@stevenbal stevenbal force-pushed the feature/re-enable-trivy-image-scan branch from 4b1f99a to a7706d5 Compare December 24, 2024 14:27
@stevenbal stevenbal merged commit 69dbcd6 into main Dec 24, 2024
16 checks passed
@stevenbal stevenbal deleted the feature/re-enable-trivy-image-scan branch December 24, 2024 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Re-enable trivy image scan across projects
2 participants