Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MLPAB-1472: Update virus scanning results on evidence in dynamodb #779

Merged
merged 32 commits into from
Oct 24, 2023
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
65ad134
handle document-scanned events
acsauk Oct 17, 2023
4e9afd3
drop unused struct
acsauk Oct 17, 2023
8a457a1
Merge branch 'main' into MLPAB-1472
acsauk Oct 18, 2023
34291f8
make clear we are getting a document
acsauk Oct 18, 2023
fc82dde
add object tags added event commands
acsauk Oct 18, 2023
a4c2609
ignore all but app main.go in air (as we dont rebuild them)
acsauk Oct 18, 2023
5fe0827
handle objectTagsAdded events
acsauk Oct 18, 2023
8a72e06
Merge branch 'main' into MLPAB-1472
acsauk Oct 18, 2023
cc06e4e
cov bump
acsauk Oct 18, 2023
d128bb7
tidy
acsauk Oct 19, 2023
f350c67
Merge branch 'main' into MLPAB-1472
acsauk Oct 19, 2023
7621d50
Merge branch 'main' into MLPAB-1472
acsauk Oct 19, 2023
7974d9f
simplify tag checking, bring Evidence funcs in line with other collec…
acsauk Oct 20, 2023
58e91f4
Merge branch 'MLPAB-1472' of github.com:ministryofjustice/opg-moderni…
acsauk Oct 20, 2023
8facfd6
Merge branch 'main' into MLPAB-1472
acsauk Oct 20, 2023
14fdc92
Merge branch 'main' into MLPAB-1472
acsauk Oct 20, 2023
12a2a22
allow s3:ObjectTagging:Put events to be seen in EventBridge
acsauk Oct 20, 2023
f58d861
Merge branch 'MLPAB-1472' of github.com:ministryofjustice/opg-moderni…
acsauk Oct 20, 2023
7a25379
actually add event to to the real resource
acsauk Oct 20, 2023
a9d6c76
debug
acsauk Oct 20, 2023
b91790a
revert terraform changes
acsauk Oct 23, 2023
86134f3
Merge branch 'main' into MLPAB-1472
acsauk Oct 23, 2023
0360bca
Merge branch 'main' into MLPAB-1472
acsauk Oct 23, 2023
f41af23
see the event
acsauk Oct 23, 2023
90ad9bf
handle S3Events
acsauk Oct 23, 2023
f6a70d0
update tests
acsauk Oct 23, 2023
bdf265d
Merge branch 'main' into MLPAB-1472
acsauk Oct 23, 2023
c1eb0ee
set bucket name
acsauk Oct 23, 2023
4c73416
allow getting tags for objects rather than bucket
acsauk Oct 23, 2023
60cc1c9
use bucket name
acsauk Oct 23, 2023
49d8c45
Merge branch 'main' into MLPAB-1472
acsauk Oct 24, 2023
98bdfd8
Merge branch 'main' into MLPAB-1472
acsauk Oct 24, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .air.toml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ root = "."
tmp_dir = "tmp"

[build]
exclude_dir = ["cypress", "docs", "tmp", "web/assets", "web/static", "node_modules", "scripts", "terraform"]
exclude_dir = ["cypress", "docs", "tmp", "web/assets", "web/static", "node_modules", "scripts", "terraform", "cmd/event-received", "cmd/enumerator", "cmd/event-mock-notify", "cmd/mock.onelogin", "cmd/mock-os-api"]
cmd = "cd cmd/mlpa && go build -ldflags='-X main.Tag=${TAG}' -gcflags='all=-N -l' -o /tmp/mlpa ."
full_bin = "pkill -9 'dlv|mlpa'; sleep 0.1; dlv exec --accept-multiclient --log --headless --continue --listen :2345 --api-version 2 /tmp/mlpa"
include_ext = ["go", "gohtml", "json"]