1.0.11 • Published 3 years ago

gitlab-tfsec-parser v1.0.11

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Pipeline example

stages:
    - test
tfsec scan:
  stage: test
  image:
    name: node
  script:
    - apt-get update && apt-get install -y gnupg software-properties-common curl
    - curl -fsSL https://apt.releases.hashicorp.com/gpg | apt-key add -
    - apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
    - apt-get update && apt-get install terraform
    - terraform init
    - wget https://github.com/aquasecurity/tfsec/releases/download/v0.56.0/tfsec-linux-amd64 -O tfsec
    - chmod +x tfsec
    - npx gitlab-tfsec-parser --binary "./tfsec"
    - node gitlab-tfsec-convert/convert.js
  artifacts:
    when: always
    reports:
      sast: "gl-tfsec-scanning.json"
1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago