Skip to content

Commit 1f635c7

Browse files
author
James Crowley
authored
Merge pull request #44 from sourcefuse/catalog
removed project-id
2 parents d032558 + 2240ba3 commit 1f635c7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/snyk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- name: install Snyk CLI
3030
run: npm install -g snyk
3131
- name: snyk monitor
32-
run: snyk iac test --report --severity-threshold=medium
32+
run: snyk iac test --report
3333
env:
3434
SNYK_TOKEN: ${{ secrets.ARC_SNYK_TOKEN }}

catalog-info.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ metadata:
77
description: ARC Terraform module for provisioning an ECS Fargate cluster with alb
88
annotations:
99
snyk.io/org-id: 04111b7b-2ba8-404b-8a16-42a04448794d
10-
snyk.io/project-ids: 6f827bb4-1503-4718-816e-69da5d0eb000
1110
github.com/project-slug: sourcefuse/terraform-aws-arc-ecs
1211
backstage.io/techdocs-ref: dir:.
1312
links:

0 commit comments

Comments
 (0)