Skip to content

Few results are getting skipped and not getting uploaded #137

@krupakar1329

Description

@krupakar1329

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions