generated from canonical/is-charms-template-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
980ba73
commit d97b412
Showing
11 changed files
with
29 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Copyright 2025 Canonical Ltd. | ||
# See LICENSE file for licensing details. | ||
|
||
name: opencti-cisa-kve-connector | ||
name: opencti-cisa-kev-connector | ||
base: [email protected] | ||
version: &version '6.4.5' | ||
summary: OpenCTI CISA Known Exploited Vulnerabilities Connector | ||
|
@@ -12,7 +12,7 @@ platforms: | |
amd64: | ||
|
||
parts: | ||
cisa-kve-connector: | ||
cisa-kev-connector: | ||
source: https://github.com/OpenCTI-Platform/connectors.git | ||
source-type: git | ||
source-tag: *version | ||
|
@@ -29,9 +29,9 @@ parts: | |
ls -lah | ||
mkdir -p $CRAFT_PART_INSTALL/opt | ||
cd external-import/cisa-known-exploited-vulnerabilities | ||
cp -rp src $CRAFT_PART_INSTALL/opt/opencti-connector-cisa-kve | ||
cp -rp src $CRAFT_PART_INSTALL/opt/opencti-connector-cisa-kev | ||
cat entrypoint.sh | grep opencti-connector-cisa-kve | ||
cat entrypoint.sh | grep opencti-connector-cisa-kev | ||
mkdir -p $CRAFT_PART_INSTALL/usr/local/lib/python3.12/dist-packages | ||
pip install \ | ||
--target $CRAFT_PART_INSTALL/usr/local/lib/python3.12/dist-packages \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters