Reviews from PR #1110

This commit is contained in:
manuelbcd
2021-09-21 11:03:21 +02:00
parent 38d4e3bfd2
commit 7d41cdb581
2 changed files with 3 additions and 3 deletions
@@ -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"]
} }
+1 -1
View File
@@ -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