Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support .devcontainer/Dockerfile for license headers check #48

Open
shahmishal opened this issue Oct 25, 2024 · 1 comment
Open

Support .devcontainer/Dockerfile for license headers check #48

shahmishal opened this issue Oct 25, 2024 · 1 comment

Comments

@shahmishal
Copy link
Member

Run curl -s https://raw.githubusercontent.com/swiftlang/github-workflows/refs/heads/main/.github/workflows/scripts/check-license-header.sh | bash
  curl -s https://raw.githubusercontent.com/swiftlang/github-workflows/refs/heads/main/.github/workflows/scripts/check-license-header.sh | bash
  shell: /usr/bin/bash -e {0}
  env:
    PROJECT_NAME: VS Code Swift
** ERROR: Unsupported file extension Dockerfile for file (exclude or update this script): .devcontainer/Dockerfile
bash: line 74: expected_file_header: unbound variable

@FranzBusch
Copy link
Member

We normally expect no license header in Dockerfiles and so far we have ignored those in .licenseignore files. I would personally say we don't need to add support for Dockerfiles here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants