Skip to content

Commit

Permalink
Merge pull request #1 from trailofbits/fix/ci_trunk
Browse files Browse the repository at this point in the history
fix(ci): Fix trunk CI
  • Loading branch information
Vasco-jofra authored Mar 13, 2024
2 parents 1bd35ca + 837ef9c commit 18b70e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true

permissions: read-all

jobs:
lint:
uses: trailofbits/.github/.github/workflows/lint.yml@v0.1.0
# trunk-ignore(checkov/CKV2_GHA_1): Not sure why this was triggering
with:
type: just
permissions:
contents: read
pull-requests: read
Expand Down
2 changes: 2 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dev:
npm install

0 comments on commit 18b70e2

Please sign in to comment.