Skip to content

Commit

Permalink
fix: test malware job name
Browse files Browse the repository at this point in the history
  • Loading branch information
clay-lake committed Dec 2, 2024
1 parent cfd1328 commit 1f82d14
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Test-Rock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ jobs:
ref: ${{ steps.workflow-version.outputs.sha }}
fetch-depth: 1

# download and unpacks the image under test, then store it under a common cache key.
# This unpacked image is used in test-oci-compliance and test_malware jobs
# download and unpack the image under test, then store it under a common cache key.
# This unpacked image is used in test-oci-compliance, test-black-box and test-malware jobs
- name: Download Rock
uses: actions/download-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Vulnerability-Scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
test-vulnerabilities: true # just incase we set this to false by default in the future
test-oci-compliance: false
test-efficiency: false
test_malware: false
test-malware: false

parse-results:
name: "parse-results ${{ inputs.oci-image-name != '' && format('| {0}', inputs.oci-image-name) || ' '}}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_Test-OCI-Factory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
test-black-box: false
test-oci-compliance: false
test-efficiency: false
test_malware: false
test-malware: false

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

0 comments on commit 1f82d14

Please sign in to comment.