066144208e
Code Quality: Super-Linter / Super-Linter (push) Failing after 1s
HashiCorp: Compliance / copywrite (push) Failing after 3s
GitHub Action: Self-Test / Test `setup-packer` (push) Failing after 1h11m55s
Code Quality: TypeScript / Node.js (20.x) (push) Failing after 1h11m50s
from https://hermes.hashicorp.services/document/1kwq2o70u_WNn-SHxL0zPB94ImMMGHiaEXitMczdx7uQ
26 lines
559 B
YAML
26 lines
559 B
YAML
---
|
|
|
|
name: "HashiCorp: Compliance"
|
|
|
|
on:
|
|
push:
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
jobs:
|
|
copywrite:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout Repository
|
|
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
|
|
with:
|
|
# Full git history is needed to get a proper list of changed files within `super-linter`
|
|
fetch-depth: 0
|
|
|
|
- uses: hashicorp/setup-copywrite@867a1a2a064a0626db322392806428f7dc59cb3e # v1.1.2
|
|
|
|
- run: copywrite headers --plan
|
|
|
|
- run: copywrite license --plan
|