Commit Graph

4 Commits

Author SHA1 Message Date
Sally MacFarlane
3f00bad598 [MINOR] Fixed some typos (#7299)
* typos

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>

---------

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
2024-07-10 23:49:37 +00:00
Chaminda Divitotawela
aef938964d fix: workflow permission to upload trivy sarif report (#7234)
Trivy scan result upload to GitHub fails due to permission issue. Added permission security-events=write to the workflow file as a fix. Since workflow permission explicitly defined, it requires contents=read explicity set as well

Signed-off-by: Chaminda Divitotawela <cdivitotawela@gmail.com>
2024-06-18 11:42:50 +10:00
Chaminda Divitotawela
1837f46080 fix: pin github actions (#7228)
Repository follow standard to use git hash to pin the GitHub actions. Updated the container security scan workflow actions with their git hashes

Signed-off-by: Chaminda Divitotawela <cdivitotawela@gmail.com>
2024-06-14 10:06:40 +10:00
Chaminda Divitotawela
884834f352 Add container security scanning (#7216)
Container security scanning workflow added. This runs on schedule everyday. Also possible to run on-demand for a given image tag

Signed-off-by: Chaminda Divitotawela <cdivitotawela@gmail.com>
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
Co-authored-by: Justin Florentine <justin+github@florentine.us>
2024-06-13 22:21:00 +10:00