Skip to content

Bump actions/checkout from 4.1.1 to 5.0.0 #301

Bump actions/checkout from 4.1.1 to 5.0.0

Bump actions/checkout from 4.1.1 to 5.0.0 #301

Workflow file for this run

---
name: Docker Image CI
on:
pull_request:
branches:
- main
env:
container: kali-${{github.sha}}
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5.0.0
# May get race conditions due to https://github.com/hadolint/hadolint-action/issues/44
- name: Lint Dockerfile
uses: hadolint/hadolint-action@v3.1.0
goss:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5.0.0
- uses: docker/setup-buildx-action@v3.10.0
- name: Install Goss
uses: e1himself/goss-installation-action@v1.2.1
- name: Build the Docker image
uses: docker/build-push-action@v6.9.0
with:
push: false
target: wordlists
tags: ${{ env.container }}:test
load: true
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Test the image
run: dgoss run -t ${{ env.container }}:test