Skip to content

Commit

Permalink
fix: add mising paramters
Browse files Browse the repository at this point in the history
  • Loading branch information
clay-lake committed Dec 2, 2024
1 parent 1f82d14 commit e582a9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/Vulnerability-Scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,10 @@ jobs:
with:
oci-archive-name: ${{ needs.configure-scan.outputs.oci-image }}
test-vulnerabilities: true # just incase we set this to false by default in the future
test-oci-compliance: false
test-black-box: false
test-efficiency: false
test-malware: false
test-oci-compliance: false

parse-results:
name: "parse-results ${{ inputs.oci-image-name != '' && format('| {0}', inputs.oci-image-name) || ' '}}"
Expand Down
4 changes: 2 additions & 2 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-vulnerabilities: false
test-black-box: false
test-oci-compliance: false
test-efficiency: false
test-malware: false
test-oci-compliance: false
test-vulnerabilities: false

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

0 comments on commit e582a9f

Please sign in to comment.