We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d032558 + 2240ba3 commit 1f635c7Copy full SHA for 1f635c7
.github/workflows/snyk.yaml
@@ -29,6 +29,6 @@ jobs:
29
- name: install Snyk CLI
30
run: npm install -g snyk
31
- name: snyk monitor
32
- run: snyk iac test --report --severity-threshold=medium
+ run: snyk iac test --report
33
env:
34
SNYK_TOKEN: ${{ secrets.ARC_SNYK_TOKEN }}
catalog-info.yaml
@@ -7,7 +7,6 @@ metadata:
7
description: ARC Terraform module for provisioning an ECS Fargate cluster with alb
8
annotations:
9
snyk.io/org-id: 04111b7b-2ba8-404b-8a16-42a04448794d
10
- snyk.io/project-ids: 6f827bb4-1503-4718-816e-69da5d0eb000
11
github.com/project-slug: sourcefuse/terraform-aws-arc-ecs
12
backstage.io/techdocs-ref: dir:.
13
links:
0 commit comments