Reviews from PR #1110
This commit is contained in:
@@ -2,6 +2,6 @@
|
|||||||
"name": "Sysdigh Inline Scan",
|
"name": "Sysdigh Inline Scan",
|
||||||
"creator": "Sysdig",
|
"creator": "Sysdig",
|
||||||
"description": "Performs analysis on locally built container image and posts the results in SARIF report",
|
"description": "Performs analysis on locally built container image and posts the results in SARIF report",
|
||||||
"iconName": "cst-logo",
|
"iconName": "sysdig",
|
||||||
"categories": ["Image Scanning", "C", "C#", "C++", "Go", "Java", "JavaScript", "TypeScript", "Python", "Powershell", "Cobol", "Objective C", "PHP", "Ruby", "Rust", "SQL", "Swift", "Visual Basic"]
|
"categories": ["Code Scanning", "C", "C#", "C++", "Go", "Java", "JavaScript", "Node", "Python", "Powershell", "Ruby"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Sysdig Secure Inline Scan
|
- name: Sysdig Secure Inline Scan
|
||||||
id: scan
|
id: scan
|
||||||
uses: sysdiglabs/scan-action@v3
|
uses: sysdiglabs/scan-action@768d7626a14897e0948ea89c8437dd46a814b163
|
||||||
with:
|
with:
|
||||||
# Tag of the image to analyse.
|
# Tag of the image to analyse.
|
||||||
# Change ${{ github.repository }} variable by another image name if you want but don't forget changing also image-tag above
|
# Change ${{ github.repository }} variable by another image name if you want but don't forget changing also image-tag above
|
||||||
|
|||||||
Reference in New Issue
Block a user