Skip to content

Commit f0060a4

Browse files
committed
Merge branch 'main' into next
2 parents 595d6cc + 8140bbf commit f0060a4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@codedependant/semantic-release-docker",
2222
{
2323
"dockerRegistry": "ghcr.io",
24-
"dockerProject": "center-for-threat-informed-defense",
24+
"dockerProject": "mitre-attack",
2525
"dockerImage": "attack-workbench-frontend",
2626
"dockerFile": "Dockerfile",
2727
"dockerContext": ".",

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ LABEL org.opencontainers.image.title="ATT&CK Workbench Frontend Service" \
3232
org.opencontainers.image.description="This Docker image contains the frontend service of the ATT&CK Workbench, an application for exploring, creating, annotating, and sharing extensions of the MITRE ATT&CK® knowledge base. The service handles the storage, querying, and editing of ATT&CK objects. It is an Angular SPA served by an Nginx reverse proxy." \
3333
org.opencontainers.image.source="https://github.com/mitre-attack/attack-workbench-frontend" \
3434
org.opencontainers.image.documentation="https://github.com/mitre-attack/attack-workbench-frontend/README.md" \
35-
org.opencontainers.image.url="https://ghcr.io/center-for-threat-informed-defense/attack-workbench-frontend" \
35+
org.opencontainers.image.url="https://ghcr.io/mitre-attack/attack-workbench-frontend" \
3636
org.opencontainers.image.vendor="The MITRE Corporation" \
3737
org.opencontainers.image.licenses="Apache-2.0" \
3838
org.opencontainers.image.authors="MITRE ATT&CK<attack@mitre.org>" \

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"mitre-attack",
1414
"mitre-corporation",
1515
"ctid",
16-
"center-for-threat-informed-defense",
16+
"mitre-attack",
1717
"cybersecurity",
1818
"stix"
1919
],

0 commit comments

Comments
 (0)