Skip to content

Commit bff6b65

Browse files
authored
Minor Fixes to Action (#797)
* Add workflow * Update obaas-base-image.yml Change usage to comply with action restrictions * move directory * use github.repository * switch back to github.repository_owner * Formating
1 parent 989a30b commit bff6b65

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
File renamed without changes.

.github/workflows/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ This workflow takes the GraalVM image from Oracle Container Registry, scans for
77
### Workflow
88

99
1. Download the latest, patched GraalVM OBaaS image from the ghcr.io
10+
1011
a. If no image exists in ghcr.io, download the latest GraalVM image from Oracle Container Registry and stage in ghcr.io
1112
2. Run Trivy Vulnerability scanner against the ghcr.io image
13+
1214
a. If Trivy does not find any vulnerabilities, **end workflow**
15+
1316
b. If Trivy reports vulnerabilities, attempt to apply OS patches
1417
3. Compare exiting ghcr.io image with attempt of patched image
18+
1519
a. If existing image is same as patched image (no OS updates), **end workflow**
16-
4. Push newly patched image as latest
20+
4. Push newly patched image as latest

0 commit comments

Comments
 (0)