-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
Logs as below. What is the reason? And trivy scan results are not getting uploaded to Microsoft Defender.
Active results: 10
Skipped results: 8
Baselined results: 0
Suppressed results: 0
Results excluded by tool filters: 0
Results below minimum severity: 8
Results classified as Pass: 0
Results in flight: 0
MDC: Successfully uploaded 1 file(s) in 815 milliseconds.
MDC: Total Bytes uploaded: 72814.
my Github configuration
- name: Run Microsoft Security DevOps
uses: microsoft/security-devops-action@latest
id: msdo
continue-on-error: true
env:
# Trivy configuration for Docker image scanning (OS + libraries)
GDN_TRIVY_ACTION: image
GDN_TRIVY_TARGET: ${{ inputs.image-ref }}
GDN_TRIVY_SEVERITIES: HIGH,CRITICAL
GDN_TRIVY_IGNOREUNFIXED: true
GDN_TRIVY_VULNTYPES: 'library'
GDN_RUN_LOGGERACTIONS: true
GDN_RUN_GITHUB: true
with:
tools: trivy,bandit,checkov
Metadata
Metadata
Assignees
Labels
No labels