Skip to content

Commit

Permalink
chore: Update lint.yml to include writing statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Jul 8, 2024
1 parent e3ede3c commit 26e5c15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Super Linter
name: Lint Code Base

on:
push:
Expand All @@ -18,19 +18,19 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
statuses: write
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
# Full git history is needed to get a proper
# list of changed files within `super-linter`
fetch-depth: 0

- name: Lint Code Base
uses: super-linter/super-linter/slim@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_TYPESCRIPT_STANDARD: false
LINTER_RULES_PATH: .
MARKDOWN_CONFIG_FILE: .markdownlint.json
1 change: 0 additions & 1 deletion .github/workflows/tf-sec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ jobs:
uses: aquasecurity/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
soft_fail: true

0 comments on commit 26e5c15

Please sign in to comment.