diff --git a/.github/workflows/secretlint.yml b/.github/workflows/secretlint.yml index c2e6d63..48724e0 100644 --- a/.github/workflows/secretlint.yml +++ b/.github/workflows/secretlint.yml @@ -6,14 +6,9 @@ jobs: test: name: "Secretlint" runs-on: ubuntu-latest + container: secretlint/secretlint:v8.0.0 steps: - name: checkout uses: actions/checkout@v3 - - name: setup Node.js - uses: actions/setup-node@v3 - with: - node-version: lts/* - - name: Install - run: npm install - name: Lint with Secretlint - run: npx secretlint "**/*" + run: secretlint "**/*"