-
Notifications
You must be signed in to change notification settings - Fork 0
41 lines (37 loc) · 1021 Bytes
/
python-ci.yml
File metadata and controls
41 lines (37 loc) · 1021 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name: Connector CI
on:
pull_request:
concurrency:
group: ghas-ci-${{ github.ref }}
cancel-in-progress: true
jobs:
infra-scan:
permissions:
contents: read
pull-requests: write
security-events: write
uses: notdodo/github-actions/.github/workflows/infra-security-scan.yml@infra-scan-v0
python-ci:
permissions:
contents: read
uses: notdodo/github-actions/.github/workflows/python-ci.yml@python-ci-v0
with:
working-directory: '.'
build-docker-image:
permissions:
artifact-metadata: write
attestations: write
contents: read
id-token: write
packages: write
security-events: write
uses: notdodo/github-actions/.github/workflows/docker-build-and-push.yml@docker-build-and-push-v0
with:
image: digintlab/opencti-connector
platforms: linux/amd64
egress-policy-allowlist: >
deb.debian.org:443
deb.debian.org:80
files.pythonhosted.org:443
pypi.org:443
push: false