diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index d741d67..200b938 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -28,7 +28,8 @@ jobs: uses: aquasecurity/trivy-action@7b7aa264d83dc58691451798b4d117d53d21edfe with: scan-type: 'fs' - scan-ref: "./AndroidStudioProject" + scan-ref: '.' + artifact-type: 'jar' severity: 'CRITICAL,HIGH,MEDIUM,LOW' output: 'trivy-results.sarif' - name: Upload Trivy results to GitHub Code Scanning