Skip to content

Commit

Permalink
test: enable all test jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
clay-lake committed Dec 2, 2024
1 parent 4a2b212 commit d12f488
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/_Test-OCI-Factory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ jobs:
needs: [build-rock]
with:
oci-archive-name: "mock-rock"
test-black-box: false
test-efficiency: false
test-black-box: true
test-efficiency: true
test-malware: true
test-oci-compliance: false
test-vulnerabilities: false
test-oci-compliance: true
test-vulnerabilities: true

# # Test workflow used in continuous testing
# test-vulnerability-scan:
Expand Down

0 comments on commit d12f488

Please sign in to comment.