Skip to content

Commit

Permalink
fix directory and sarif upload action version
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisDuarte1 committed Aug 25, 2023
1 parent c8502a2 commit 37746b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kube-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id: kube-linter-action-scan
with:
# Adjust this directory to the location where your kubernetes resources and helm charts are located.
directory: "**"
directory: "."
# Adjust this to the location of kube-linter config you're using, or remove the setting if you'd like to use
# the default config.
config: .kube-linter.yaml
Expand All @@ -32,7 +32,7 @@ jobs:
continue-on-error: true

- name: Upload SARIF report files to GitHub
uses: github/codeql-action/upload-sarif@v1
uses: github/codeql-action/upload-sarif@v2

# Ensure the workflow eventually fails if files did not pass kube-linter checks.
- name: Verify kube-linter-action succeeded
Expand Down

0 comments on commit 37746b1

Please sign in to comment.