Skip to content

Updated Dockerfiles (#181) #212

Updated Dockerfiles (#181)

Updated Dockerfiles (#181) #212

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
branches:
- main
paths-ignore:
- '**.md'
jobs:
dockerfile-linter:
runs-on: ubuntu-latest
env:
HADOLINT_RECURSIVE: "true"
steps:
- uses: actions/checkout@v5
- uses: hadolint/hadolint-action@v3.3.0
with:
dockerfile: Dockerfile.neuronx
recursive: true
failure-threshold: error
secrets-scanning:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: trufflesecurity/trufflehog@main
with:
extra_args: --only-verified