Skip to content

Commit

Permalink
Bump super-linter/super-linter from 6.9.0 to 7.0.0 (#117)
Browse files Browse the repository at this point in the history
* Bump super-linter/super-linter from 6.9.0 to 7.0.0

Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 6.9.0 to 7.0.0.
- [Release notes](https://github.com/super-linter/super-linter/releases)
- [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md)
- [Commits](super-linter/super-linter@1fa6ba5...02a1172)

---
updated-dependencies:
- dependency-name: super-linter/super-linter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Add prettier + linting

* Linting

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gary H <[email protected]>
  • Loading branch information
dependabot[bot] and Gary-H9 authored Sep 5, 2024
1 parent 38f659f commit 3d67320
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Super-Linter
id: super_linter
uses: super-linter/super-linter/slim@1fa6ba58a88783e9714725cf89ac26d53e80c148 # v6.9.0
uses: super-linter/super-linter/slim@02a1172d274f021e4c70f66e23f1085eadd1064b # v7.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: main
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.devcontainer/*.json
19 changes: 16 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,21 @@
"type": "node",
"request": "launch",
"runtimeExecutable": "bash",
"runtimeArgs": ["${workspaceFolder}/scripts/features/test.sh", "${input:feature}"],
"runtimeArgs": [
"${workspaceFolder}/scripts/features/test.sh",
"${input:feature}"
],
"console": "integratedTerminal"
},
{
"name": "Image Test",
"type": "node",
"request": "launch",
"runtimeExecutable": "bash",
"runtimeArgs": ["${workspaceFolder}/scripts/images/build-and-test.sh", "${input:image}"],
"runtimeArgs": [
"${workspaceFolder}/scripts/images/build-and-test.sh",
"${input:image}"
],
"console": "integratedTerminal"
}
],
Expand All @@ -23,7 +29,14 @@
"id": "feature",
"type": "pickString",
"description": "Select the feature to test",
"options": ["aws", "cloud-platform", "container-structure-test", "kubernetes", "static-analysis", "terraform"]
"options": [
"aws",
"cloud-platform",
"container-structure-test",
"kubernetes",
"static-analysis",
"terraform"
]
},
{
"id": "image",
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Official documentation is located [here](https://code.visualstudio.com/docs/devc

1. Create a `.devcontainer` folder in the root of your project.
1. Add a `devcontainer.json` file to the `.devcontainer` folder.
There are a number of parameters which can be included in a devconatiner.json file, these are noted in detail [here](https://containers.dev/implementors/json_reference/).
There are a number of parameters which can be included in a devconatiner.json file, these are noted in detail [here](https://containers.dev/implementors/json_reference/).
1. Populate the `devcontainer.json` file with the required settings:

```json
Expand Down Expand Up @@ -97,7 +97,6 @@ The Kubernetes feature installs:

- [ct](https://github.com/helm/chart-testing) - to lint and test Helm charts


### Static Analysis

The Static Analysis feature installs:
Expand Down
1 change: 1 addition & 0 deletions features/src/aws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!-- markdownlint-disable MD003 MD024 -->

# Changelog

All notable changes to this project will be documented in this file.
Expand Down
1 change: 1 addition & 0 deletions features/src/cloud-platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!-- markdownlint-disable MD003 MD024 -->

# Changelog

All notable changes to this project will be documented in this file.
Expand Down
1 change: 1 addition & 0 deletions features/src/container-structure-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!-- markdownlint-disable MD003 MD024 -->

# Changelog

All notable changes to this project will be documented in this file.
Expand Down
1 change: 1 addition & 0 deletions features/src/kubernetes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!-- markdownlint-disable MD003 MD024 -->

# Changelog

All notable changes to this project will be documented in this file.
Expand Down
1 change: 1 addition & 0 deletions features/src/static-analysis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!-- markdownlint-disable MD003 MD024 -->

# Changelog

All notable changes to this project will be documented in this file.
Expand Down
1 change: 1 addition & 0 deletions features/src/terraform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!-- markdownlint-disable MD003 MD024 -->

# Changelog

All notable changes to this project will be documented in this file.
Expand Down
1 change: 1 addition & 0 deletions images/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!-- markdownlint-disable MD003 MD024 -->

# Changelog

All notable changes to this project will be documented in this file.
Expand Down
2 changes: 1 addition & 1 deletion images/base/test/container-structure-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ commandTests:

- name: "vscode user getent"
command: "getent"
args: ["passwd", "vscode" ]
args: ["passwd", "vscode"]
expectedOutput: ["vscode:x:1001:1001::/home/vscode:/usr/bin/zsh"]

- name: "pip"
Expand Down

0 comments on commit 3d67320

Please sign in to comment.