You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 24, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8-15Lines changed: 8 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,10 +37,7 @@ go install github.com/rm3l/container-scan-to-sarif@latest
37
37
38
38
### In GitHub Workflows
39
39
40
-
I plan to provide a GitHub Action that would make it even easier to integrate this in your Workflows.
41
-
42
-
Meanwhile, you can integrate `container-scan-to-sarif` manually in your existing Workflows, right after the execution
43
-
of the Azure Container Scan Action, like so:
40
+
You may want to use the following Action in your Workflows: [rm3l/container-scan-to-sarif-action](https://github.com/rm3l/container-scan-to-sarif-action), like so:
44
41
45
42
```yaml
46
43
- name: Scan Container Image
@@ -49,24 +46,20 @@ of the Azure Container Scan Action, like so:
0 commit comments