Test 10-03 Clair scan 0 package image ======= # Purpose: To verify clair scan result of a 0 package image. # References: User guide # Environment: * This test requires that a Harbor instance is running and available. * Harbor is installed with clair enable. * A linux host with Docker CLI installed. * Clair has been updated to the latest. # Test Step 1. Login Harbor as admin. 2. Create a project. 3. Push a helloworld or busybox image to the created project. 4. Scan the image. # Expected Outcome: * Step 4 result should be Severity:Unknown. # Possible Problems: None