File tree 6 files changed +22
-8
lines changed
6 files changed +22
-8
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ helper_dockerfiles
5
5
quickstart
6
6
sample_report.txt
7
7
utils /cfn-to-cdk /cdk.out
8
+ tests
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ utils/cfn-to-cdk/cdk.out/
5
5
utils /cfn-to-cdk /cfn_to_cdk /cfn_to_cdk_stack.py
6
6
ash_output
7
7
* .bak
8
+ src /automated_security_helper /models /* generated *
9
+ ! tests /test_data /aggregated_results.txt
8
10
9
11
# ## macOS ###
10
12
# General
Original file line number Diff line number Diff line change 1
1
# Automated Security Helper - CHANGELOG
2
2
3
- - [ v1.5.0 ] ( #v150 )
3
+ - [ v1.5.1 ] ( #v151 )
4
4
- [ What's Changed] ( #whats-changed )
5
+ - [ v1.5.0] ( #v150 )
6
+ - [ What's Changed] ( #whats-changed-1 )
5
7
- [ New Contributors] ( #new-contributors )
6
8
- [ v1.4.1] ( #v141 )
7
- - [ What's Changed] ( #whats-changed-1 )
8
- - [ v1.4.0] ( #v140 )
9
9
- [ What's Changed] ( #whats-changed-2 )
10
- - [ v1.3.3 ] ( #v133 )
10
+ - [ v1.4.0 ] ( #v140 )
11
11
- [ What's Changed] ( #whats-changed-3 )
12
- - [ v1.3.2 ] ( #v132 )
12
+ - [ v1.3.3 ] ( #v133 )
13
13
- [ What's Changed] ( #whats-changed-4 )
14
+ - [ v1.3.2] ( #v132 )
15
+ - [ What's Changed] ( #whats-changed-5 )
14
16
- [ New Contributors] ( #new-contributors-1 )
15
17
- [ 1.3.0 - 2024-04-17] ( #130---2024-04-17 )
16
18
- [ Features] ( #features )
24
26
- [ 1.0.1-e-10Jan2023] ( #101-e-10jan2023 )
25
27
26
28
29
+ ## v1.5.1
30
+
31
+ ### What's Changed
32
+
33
+ - Fix SHELL directive in Dockerfile
34
+ - Fix small items in Mkdocs config
35
+
36
+ ** Full Changelog** : https://github.com/awslabs/automated-security-helper/compare/v1.5.0...v1.5.1
37
+
27
38
## v1.5.0
28
39
29
40
### What's Changed
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN poetry build
29
29
30
30
31
31
FROM ${BASE_IMAGE} as ash
32
- SHELL ["bash" , "-c" ]
32
+ SHELL ["/bin/ bash" , "-c" ]
33
33
ARG OFFLINE="NO"
34
34
ARG OFFLINE_SEMGREP_RULESETS="p/ci"
35
35
Original file line number Diff line number Diff line change 53
53
- content.code.select
54
54
icon :
55
55
logo : aws-logo-light
56
- repo : fontawesome/brands/gitlab
56
+ repo : fontawesome/brands/github
57
57
favicon : assets/images/aws-logo-light.svg
58
58
59
59
markdown_extensions :
Original file line number Diff line number Diff line change 2
2
# SPDX-License-Identifier: Apache-2.0
3
3
[tool .poetry ]
4
4
name = " automated-security-helper"
5
- version = " 1.5.0 "
5
+ version = " 1.5.1 "
6
6
description = " "
7
7
authors = [" Nate Ferrell <nateferl@amazon.com>" , " Nathan Bates <nbb@amazon.com>" ]
8
8
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments