Meterian
Search…
Meterian
Meterian
The client
Meterian Thin Client
Using the client from your command line
Using the client in your CI/CD pipeline
General operations
System requirements
Command line parameters
The Dockerized Client
Guide: your first scan!
THE METERIAN DASHBOARD
The Web Dashboard
Advanced functionalities
Sentinel - Meterian Notifications service
Troubleshooting
Github Badges
Introduction
Public repository
Private repository
ONLINE INTEGRATIONS
GitHub Action
Bitbucket Pipe
Azure DevOps Pipelines
Languages support
Introduction
Java/Kotlin/Scala
NodeJS
Javascript
Python
Ruby
PHP
.NET
Golang
Swift / Objective-C
Rust
Elixir (erlang)
Perl
C/C++
R
Special platfoms
Jupyter Notebooks
Unity Packages
Containers support
Container Scanner
CI SERVER INTEGRATIONS
Introduction
Generic CI
Jenkins
Azure DevOps
Bamboo
TravisCI
CircleCI
TeamCity
GitLab CI/CD
CodeShip
AWS CodeBuild
Concourse CI
Meterian API
API basics
Authorizing the APIs
Account APIs
Samples
Management Platforms
Threadfix
DefectDojo
Powered By
GitBook
AWS CodeBuild
The integration of Meterian with AWS CodeBuild is very simple and it requires just a couple of steps.
Create a new project or edit an existing one.
In the "Environment section":
Click on "Override image" and make sure the "Privileged" flag is checked
Specify here the METERIAN_API_TOKEN by clicking on "Additional configuration" at the bottom of the page.
To retrieve a Meterian API Token visit the
Meterian Dashboard
; in your account select the tab "Tokens" and create a new one, or use an existing one.
API tokens are available only on paid account. To upgrade your subscription, please
contact us
.
In the buildspec (or yaml script) under the ‘build>commands’ section add this snippet:
1
# build:
2
# commands:
3
- docker pull -q meterian/cli
4
- docker run meterian/cli [Meterian CLI Options]
Copied!
Learn more about the Meterian Client
here
.
CI SERVER INTEGRATIONS - Previous
CodeShip
Next - CI SERVER INTEGRATIONS
Concourse CI
Last modified
1yr ago
Copy link