actions / starter-workflows

Accelerating new GitHub Actions workflows
https://github.com/features/actions
Other
8.59k stars 5.08k forks source link

feat(code-scanning): Update Trivy starter workflows #2331

Closed simar7 closed 2 weeks ago

simar7 commented 3 months ago

Description

This PR updates the Trivy workflows to the latest recommended workflow examples. Also deprecates the tfsec workflow as we've integrated its functionality into Trivy.

Signed-off-by: Simar simar@linux.com

Pre-requisites


Please note that at this time we are only accepting new starter workflows for Code Scanning. Updates to existing starter workflows are fine.


Tasks

For all workflows, the workflow:

For CI workflows, the workflow:

For Code Scanning workflows, the workflow:

Some general notes:

github-actions[bot] commented 3 weeks ago

This pull request has become stale and will be closed automatically within a period of time. Sorry about that.

alexisabril commented 3 weeks ago

Thank you for the PR @simar7! Would you mind resolving the above conflicts?

simar7 commented 2 weeks ago

@alexisabril I opened a new PR with the rebased changed here https://github.com/actions/starter-workflows/pull/2430