Skip to content

Commit

Permalink
fix: [#45] Disable Dockle as it is incompatible with docker 26
Browse files Browse the repository at this point in the history
  • Loading branch information
sbp-bvanb committed Jun 13, 2024
1 parent 482c874 commit 28cc6b2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# mcvs-docker-action

Mission Critical Vulnerability Scanner (MCVS) Docker Action is a custom
[GitHub Action](https://github.com/features/actions) that consists of the
following steps:

- YAML linting.
- Dockerfile linting.
- Determining image name and tag.
- Docker image building.
- Docker image linting.
- Detecting waste in the docker image.
- Code and docker image security scanning using Grype and Trivy.
- Logging in and pushing the image to GitHub packages.

Create a `.github/workflows/docker.yml` file with the following content:

```bash
Expand Down
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name: MCVS-docker-action
description: |
Mission Critical Vulnerability Scanner (MCVS) Docker action.
env:
DOCKLE_LINT:
inputs:
dockle-accept-key:
description: |
Expand Down Expand Up @@ -57,6 +59,7 @@ runs:
# Docker image linting (dynamic).
#
- uses: goodwithtech/[email protected]
if: "false"
with:
image: ${{ steps.meta.outputs.tags }}
ignore: CIS-DI-0005,CIS-DI-0006
Expand Down

0 comments on commit 28cc6b2

Please sign in to comment.