Skip to content

Commit

Permalink
Add CircleCI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dochang committed Jul 28, 2024
1 parent f68cc18 commit c4e2509
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: 2.1

orbs:
codecov: codecov/codecov@4.1.0

jobs:
Mega-Linter:
environment:
DEFAULT_WORKSPACE: /root/project
docker:
- image: oxsecurity/megalinter-go:v7
# checkov:skip=CKV_CIRCLECIPIPELINES_2:prefer mutable but stable tags
steps:
- checkout
- run:
command: |
sh /entrypoint.sh
- store_artifacts:
path: megalinter-reports

workflows:
CI:
jobs:
- Mega-Linter

0 comments on commit c4e2509

Please sign in to comment.