woodpecker/pipeline/frontend/yaml/linter
qwerty287 de5c65939a
Deprecate alternative names on secrets (#3406)
Closes https://github.com/woodpecker-ci/woodpecker/discussions/2274

# deprecation of alternative names

Instead of
```yaml
secrets:
  - source: some_secret
    target: some_env
```
you now write:
```yaml
environment:
  some_env:
    from_secret: some_secret
```

Also, it's possible to use complex yaml objects in `environment`,
they're turned into json (just like `settings`).
2024-02-22 18:25:57 +01:00
..
schema Add link checking (#3371) 2024-02-12 15:00:33 +01:00
error.go Update go module path for major version 2 (#2905) 2023-12-08 08:15:08 +01:00
linter.go Deprecate alternative names on secrets (#3406) 2024-02-22 18:25:57 +01:00
linter_test.go Lint for event filter and deprecate exclude (#3222) 2024-02-10 17:33:05 +01:00
option.go Check for correct license header (#2137) 2023-08-10 11:06:00 +02:00