Skip to content

Commit

Permalink
automated commit
Browse files Browse the repository at this point in the history
Signed-off-by: Public copy <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Sep 26, 2024
1 parent b24e272 commit 5502074
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
18 changes: 9 additions & 9 deletions generated.tf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions images/bincapz/README.md → images/malcontent/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!--monopod:start-->
# bincapz
# malcontent
| | |
| - | - |
| **OCI Reference** | `cgr.dev/chainguard/bincapz` |
| **OCI Reference** | `cgr.dev/chainguard/malcontent` |


* [View Image in the Chainguard Images Directory](https://images.chainguard.dev/directory/image/bincapz/overview).
* [View Image in the Chainguard Images Directory](https://images.chainguard.dev/directory/image/malcontent/overview).
* [View the Image Catalog](https://console.chainguard.dev/images/catalog) for a full list of available tags.
* [Contact Chainguard](https://www.chainguard.dev/chainguard-images) for enterprise support, SLAs, and access to older tags.

Expand All @@ -21,7 +21,7 @@ Enumerate binary capabilities, including malicious behaviors.
The image is available on `cgr.dev`:

```
docker pull cgr.dev/chainguard/bincapz:latest
docker pull cgr.dev/chainguard/malcontent:latest
```
<!--getting:end-->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ terraform {
}

variable "extra_packages" {
default = ["bincapz"]
description = "The additional packages to install (e.g. bincapz)."
default = ["malcontent"]
description = "The additional packages to install (e.g. malcontent)."
}

output "config" {
Expand All @@ -19,9 +19,9 @@ output "config" {
"packages" : var.extra_packages
},
"entrypoint" : {
"command" : "/usr/bin/bincapz"
"command" : "/usr/bin/mal"
},
"cmd" : "--help"
"accounts" : module.accts.block
})
}

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: bincapz
image: cgr.dev/chainguard/bincapz
name: malcontent
image: cgr.dev/chainguard/malcontent
logo: https://github.com/chainguard-dev.png
endoflife: ""
console_summary: ""
short_description: Enumerate binary capabilities, including malicious behaviors.
compatibility_notes: ""
readme_file: README.md
upstream_url: https://github.com/chainguard-dev/bincapz
upstream_url: https://github.com/chainguard-dev/malcontent
keywords:
- security
- yara
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variable "digest" {
description = "The image digest to run tests over."
}

data "oci_exec_test" "test-bincapz" {
data "oci_exec_test" "test-malcontent" {
digest = var.digest
script = "docker run --rm $IMAGE_NAME --ignore-self=false /usr/bin/bincapz | tee /dev/stderr | grep -Ei 'RISK|DESCRIPTION|EVIDENCE'"
script = "docker run --rm $IMAGE_NAME --ignore-self=false analyze /usr/bin/mal | tee /dev/stderr | grep -Ei 'RISK|DESCRIPTION|EVIDENCE'"
}

0 comments on commit 5502074

Please sign in to comment.