Skip to content

chore(deps-dev): bump ws from 8.16.0 to 8.17.1 in /cf/forest-snapshot-listing #1777

chore(deps-dev): bump ws from 8.16.0 to 8.17.1 in /cf/forest-snapshot-listing

chore(deps-dev): bump ws from 8.16.0 to 8.17.1 in /cf/forest-snapshot-listing #1777

Workflow file for this run

name: 'Hadolint Linting'
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: "Dockerfile*"
recursive: true
# don't pin versions in dependencies
ignore: DL3028,DL3008,DL3018