Skip to content

Commit 35196c3

Browse files
adrobutaKatieArmstrsnyk-bottyler-catlinagatakrajewska
authored
fix: release latest changes (#1595)
* chore: update team name and alerts channels * fix: semantic release * fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHESCAPE-9515254 * bump snyk-docker-plugin to latest version * fix: bump snyk-docker-plugin to latest version * chore: remove expired ignores * fix: add temporary ignore * fix: package.json & package-lock.json to reduce vulnerabilities (#1594) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHESCAPE-9515254 Co-authored-by: snyk-bot <[email protected]> * chore: pr lint add (#1593) --------- Co-authored-by: Katie Armstrong <[email protected]> Co-authored-by: snyk-bot <[email protected]> Co-authored-by: Tyler Catlin <[email protected]> Co-authored-by: agatakrajewska <[email protected]> Co-authored-by: Parker Kuivila <[email protected]>
1 parent 64cc539 commit 35196c3

File tree

9 files changed

+509
-646
lines changed

9 files changed

+509
-646
lines changed

.circleci/config.yml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ commands:
1313
steps:
1414
- slack/notify:
1515
branch_pattern: master,staging
16-
channel: team-test-enrichment-deployment
16+
channel: team-container-pipeline-info
1717
event: fail
18-
mentions: '@testenrichers'
18+
# mentions: '@testenrichers'
1919
custom: |
2020
{
2121
"blocks": [
@@ -309,16 +309,15 @@ workflows:
309309
- security-scans:
310310
name: Security Scans
311311
context:
312-
- analysis_test-enrichment
312+
- infrasec_container
313313
filters:
314314
branches:
315315
only:
316316
- master
317317
- publish:
318318
context:
319-
- analysis_test-enrichment
319+
- infrasec_container
320320
- snyk-bot-slack
321-
- team-container-integration
322321
- team-container-integration-docker-hub
323322
requires:
324323
- Security Scans
@@ -341,7 +340,7 @@ workflows:
341340
jobs:
342341
- build_image:
343342
context:
344-
- analysis_test-enrichment
343+
- infrasec_container
345344
- go-private-modules
346345
- snyk-bot-slack
347346
- team-container-integration-docker-hub
@@ -351,7 +350,7 @@ workflows:
351350
- staging
352351
- unit_tests:
353352
context:
354-
- analysis_test-enrichment
353+
- infrasec_container
355354
- snyk-bot-slack
356355
filters:
357356
branches:
@@ -367,7 +366,7 @@ workflows:
367366
- tag_and_push:
368367
context:
369368
- snyk-bot-slack
370-
- team-container-integration
369+
- infrasec_container
371370
- team-container-integration-docker-hub
372371
filters:
373372
branches:
@@ -381,7 +380,7 @@ workflows:
381380
context:
382381
- kubernetes-monitor
383382
- snyk-bot-slack
384-
- team-container-integration
383+
- infrasec_container
385384
- team-container-integration-circleci
386385
filters:
387386
branches:
@@ -396,7 +395,7 @@ workflows:
396395
trusted-branch: main
397396
context:
398397
- snyk-bot-slack
399-
channel: snyk-on-snyk-analysis_test-enrichment
398+
channel: snyk-on-snyk-infrasec_container
400399
filters:
401400
branches:
402401
ignore:
@@ -405,7 +404,7 @@ workflows:
405404
- security-scans:
406405
name: Security Scans
407406
context:
408-
- analysis_test-enrichment
407+
- infrasec_container
409408
- snyk-bot-slack
410409
filters:
411410
branches:
@@ -414,7 +413,7 @@ workflows:
414413
- master
415414
- build_image:
416415
context:
417-
- analysis_test-enrichment
416+
- infrasec_container
418417
- go-private-modules
419418
- snyk-bot-slack
420419
- team-container-integration-docker-hub
@@ -428,7 +427,7 @@ workflows:
428427
- master
429428
- unit_tests:
430429
context:
431-
- analysis_test-enrichment
430+
- infrasec_container
432431
- snyk-bot-slack
433432
filters:
434433
branches:

.commitlintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"rules": {
3-
"header-max-length": [2, "always", 72],
3+
"header-max-length": [2, "always", 100],
44
"body-leading-blank": [2, "always"],
55
"type-empty": [2, "never"],
66
"type-enum": [

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @snyk/test-enrichment
1+
* @snyk/infrasec_container

.github/workflows/pr-title-check.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: PR Title Check
2+
3+
on:
4+
pull_request:
5+
types: [opened, edited, synchronize]
6+
7+
jobs:
8+
pr-title-check:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Check PR Title
12+
uses: amannn/action-semantic-pull-request@v5
13+
env:
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
with:
16+
# Configure the action to use conventional commit types
17+
types: |
18+
feat
19+
fix
20+
docs
21+
style
22+
refactor
23+
perf
24+
test
25+
chore
26+
ci
27+
build
28+
revert
29+
# Don't require scopes
30+
requireScope: false

.snyk

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
22
version: v1.25.0
33
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
4-
ignore:
4+
ignore:
5+
SNYK-JS-FORMDATA-10841150:
6+
- '*':
7+
reason: Waiting for @kubernetes/client-node upgrade to 1.0.0
8+
expires: 2025-12-01T12:00:00.000Z
9+
created: 2025-07-31T12:00:00.000Z
510
SNYK-JS-BRACES-6838727:
611
- '*':
712
reason: devDependency
@@ -26,16 +31,4 @@ ignore:
2631
https://github.com/kubernetes-client/javascript/blob/master/FETCH_MIGRATION.md
2732
expires: 2025-01-10T12:00:00.000Z
2833
created: 2024-10-23T12:00:00.000Z
29-
SNYK-JS-CROSSSPAWN-8303230:
30-
- '*':
31-
reason: >-
32-
No upstream fix available
33-
expires: 2024-12-08T12:00:00.000Z
34-
created: 2024-11-08T12:00:00.000Z
35-
SNYK-JS-JSONPATHPLUS-7945884:
36-
- '*':
37-
reason: >-
38-
Waiting for @kubernetes/client-node upgrade
39-
expires: 2024-12-08T12:00:00.000Z
40-
created: 2024-11-20T12:00:00.000Z
4134
patch: {}

catalog-info.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ metadata:
44
name: kubernetes-monitor
55
annotations:
66
github.com/project-slug: snyk/kubernetes-monitor
7-
github.com/team-slug: snyk/test-enrichment
7+
github.com/team-slug: snyk/infrasec_container
88
spec:
99
type: external-tooling
1010
lifecycle: "-"
11-
owner: test-enrichment
11+
owner: container

0 commit comments

Comments
 (0)